Skip to content

Commit 3f6e743

Browse files
committed
ci: test only with >= 3.11
1 parent 647621d commit 3f6e743

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
],
19-
python_requires=">=3.12",
19+
python_requires=">=3.11",
2020
)

0 commit comments

Comments
 (0)