Skip to content

Commit d8fdbc9

Browse files
authored
drop support for Python 3.9 (#158)
1 parent 3827c66 commit d8fdbc9

File tree

4 files changed

+17
-470
lines changed

4 files changed

+17
-470
lines changed

.github/workflows/main.yaml

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)