Skip to content

Commit ee11238

Browse files
authored
drop support for Python <3.9, run tests for 3.13 (#300)
1 parent 53b4845 commit ee11238

File tree

5 files changed

+75
-80
lines changed

5 files changed

+75
-80
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [Ubuntu, macOS, Windows]
20-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
include:
2222
- os: Ubuntu
2323
image: ubuntu-latest

0 commit comments

Comments
 (0)