Skip to content

Commit f953b32

Browse files
author
Ismael Marchi
committed
chore: drop Python 3.9 support — align with modern AI ecosystem (3.10+)
1 parent 90dfd13 commit f953b32

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.10", "3.11", "3.12"]
1515

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Security :: Cryptography",
3737
]
3838

39-
requires-python = ">=3.9"
39+
requires-python = ">=3.10"
4040
dependencies = [
4141
"cryptography>=41.0.0",
4242
"pydantic>=2.0",

0 commit comments

Comments
 (0)