Skip to content

Commit 1924d47

Browse files
committed
Added support for Python 3.14 and removed support for 3.9
1 parent 1a09f7a commit 1924d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This cookie cutter provides a project with best practices for simple Python scri
44

55
## Requirements
66

7-
* Python 3.9+
7+
* Python 3.10+
88
* Cookiecutter 1.7.3+
99

1010
## Usage

0 commit comments

Comments
 (0)