Skip to content

Commit 48b2de1

Browse files
committed
add 3.9 compliance tests
1 parent 790f257 commit 48b2de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
65-
python: ['3.12']
65+
python: ['3.9', '3.10', '3.11', '3.12']
6666
steps:
6767
- name: Checkout
6868
uses: actions/checkout@v4

0 commit comments

Comments
 (0)