Skip to content

Commit 5f5c214

Browse files
committed
chore: add python support from lts (3.12) version
1 parent ae7413b commit 5f5c214

File tree

3 files changed

+12
-998
lines changed

3 files changed

+12
-998
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- "3.9"
19-
- "3.10"
20-
- "3.11"
2118
- "3.12"
2219
- "3.13"
2320

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "stabldev", email = "thestabldev@gmail.com" }
88
]
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.12"
1010
dependencies = []
1111

1212
[project.optional-dependencies]

0 commit comments

Comments
 (0)