Skip to content

Commit d2b7ef8

Browse files
committed
Stop running tests on unsupported Python releases.
1 parent d7dc8ec commit d2b7ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"]
19+
python-version: ["3.15-dev", "3.14", "3.13", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)