Skip to content

Commit ff71a66

Browse files
Support Python 3.8 and 3.9 (#12)
1 parent 9c550ea commit ff71a66

File tree

4 files changed

+424
-273
lines changed

4 files changed

+424
-273
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.10', '3.11', '3.12', '3.13']
16+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python

.python-version

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
3.8.20
2+
3.9.20
13
3.10.15
24
3.11.10
35
3.12.7

0 commit comments

Comments
 (0)