Skip to content

Commit 0104775

Browse files
authored
drop support for Python 3.8 (#127)
1 parent dff2832 commit 0104775

File tree

3 files changed

+656
-593
lines changed

3 files changed

+656
-593
lines changed

.github/workflows/main.yaml

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)