Skip to content

Commit 3881f54

Browse files
authored
drop support for Python 3.9 (#52)
1 parent dbec4f3 commit 3881f54

File tree

3 files changed

+23
-451
lines changed

3 files changed

+23
-451
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [Ubuntu, macOS, Windows]
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
22+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2323
include:
2424
- os: Ubuntu
2525
image: ubuntu-latest

0 commit comments

Comments
 (0)