We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7413b commit 5f5c214Copy full SHA for 5f5c214
.github/workflows/ci.yml
@@ -15,9 +15,6 @@ jobs:
15
strategy:
16
matrix:
17
python-version:
18
- - "3.9"
19
- - "3.10"
20
- - "3.11"
21
- "3.12"
22
- "3.13"
23
pyproject.toml
@@ -6,7 +6,7 @@ readme = "README.md"
6
authors = [
7
{ name = "stabldev", email = "thestabldev@gmail.com" }
8
]
9
-requires-python = ">=3.9"
+requires-python = ">=3.12"
10
dependencies = []
11
12
[project.optional-dependencies]
0 commit comments