Skip to content

Commit 50d5f69

Browse files
committed
Add back all versions testing
1 parent 69d44f9 commit 50d5f69

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest ]
20-
# python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
21-
python-version: [ "3.10" ]
22-
# exclude:
23-
# - os: windows-latest
24-
# python-version: "3.9"
20+
python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
2521

2622
runs-on: ${{ matrix.os }}
2723

0 commit comments

Comments
 (0)