Skip to content

Commit 3e3dd6f

Browse files
committed
Run tests on all python versions
1 parent be91dc0 commit 3e3dd6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
matrix:
7575
# os: [ "ubuntu-latest" ]
7676
# Test against all security and bugfix versions: https://devguide.python.org/versions/
77-
# python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
77+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
7878
os: [ "ubuntu-latest", "windows-latest" ]
79-
python-version: [ "3.11", "3.12" ]
8079
runs-on: "${{ matrix.os }}"
8180
defaults:
8281
run:

0 commit comments

Comments
 (0)