Skip to content

Commit 6eb5b42

Browse files
committed
Again test all python versions
1 parent d6e8a20 commit 6eb5b42

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
23-
python: ["3.14-dev"]
22+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
2423
steps:
2524
- uses: actions/checkout@v4
2625
- uses: actions/setup-python@v5
@@ -60,8 +59,7 @@ jobs:
6059
strategy:
6160
fail-fast: false
6261
matrix:
63-
# python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
64-
python: ["3.14-dev"]
62+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
6563
steps:
6664
- uses: actions/checkout@v4
6765
- uses: actions/setup-python@v5
@@ -76,8 +74,7 @@ jobs:
7674
strategy:
7775
fail-fast: false
7876
matrix:
79-
# python: ["3.10", "3.12", "3.14"]
80-
python: ["3.14-dev"]
77+
python: ["3.10", "3.12", "3.14-dev"]
8178
steps:
8279
- uses: actions/checkout@v4
8380
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)