Skip to content

Commit 8934a68

Browse files
committed
Remove support for Python 3.9 (EOL 2025-10-31)
1 parent ea9776c commit 8934a68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
strategy:
2424
matrix:
2525
python-version:
26-
- "3.9"
2726
- "3.10"
2827
- "3.11"
2928
- "3.12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
packages = [
1414
{ include = "cryptojwt", from = "src" }
1515
]
16-
requires-python = ">=3.9,<4.0"
16+
requires-python = ">=3.10,<4.0"
1717
dependencies = [
1818
"cryptography>=3.4.6",
1919
"requests>=2.25.1"

0 commit comments

Comments
 (0)