Skip to content

Commit 08806f3

Browse files
committed
matrix python
1 parent 4662732 commit 08806f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.10', '3.13']
23+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)