Skip to content

Commit 4d4d103

Browse files
committed
👷 ci: stop test latest release on Python 3.14 until new release (v2.1.0)
1 parent c800b93 commit 4d4d103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/latest-release-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
12+
# TODO(SigureMo): Add 3.14 and 3.14t when we release 2.1.0 (Current is 2.0.3)
13+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1314
architecture: ["x64"]
1415
name: Python ${{ matrix.python-version }} on ${{ matrix.architecture }} latest release test
1516
steps:

0 commit comments

Comments
 (0)