Skip to content

Commit 0e6125f

Browse files
committed
Drop support for EOL Python 3.9
1 parent 2946ce0 commit 0e6125f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
12+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
1313

1414
steps:
1515
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
38+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
3939
check_formatting: ['0']
4040
extra_name: ['']
4141
include:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
75+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Intended Audience :: Developers",
2727
"Development Status :: 5 - Production/Stable",
2828
]
29-
requires-python = ">= 3.9"
29+
requires-python = ">= 3.10"
3030
dynamic = ["version"]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)