Skip to content

Commit 665479f

Browse files
committed
Skip Python 3.14 on CI since unavailable
1 parent 7cb6938 commit 665479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execute-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: true
2323
matrix:
24-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
name: Python ${{ matrix.python-version }}
2626

2727
defaults:

0 commit comments

Comments
 (0)