Skip to content

Commit a16caf3

Browse files
committed
Attempt at fixing CI
Also, use py3.9 as the oldest supported version, and test with more py versions.
1 parent 5642e6d commit a16caf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [ "3.7" ]
18+
python-version:
19+
- "3.9"
20+
- "3.10"
21+
- "3.11"
22+
- "3.12"
1923
steps:
2024
- uses: actions/checkout@v3
2125
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)