Skip to content

Commit 1c40b39

Browse files
committed
Remove python 3.9 support
1 parent 1abeed0 commit 1c40b39

4 files changed

Lines changed: 488 additions & 397 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
55+
python-version: ['3.11', '3.12', '3.13']
5656
include:
5757
- poetry-version: latest
5858

@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
98+
python-version: ['3.11', '3.12', '3.13']
9999
include:
100100
- poetry-version: latest
101101

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ manager.
8282

8383
You need at least:
8484

85-
- Python 3.9+
85+
- Python 3.11+
8686
- [Poetry][poetry-install]
8787

8888
Install all packages, including all development requirements:

0 commit comments

Comments
 (0)