Skip to content

Commit 19b2d3c

Browse files
author
Sylvain MARIE
committed
Added pre-releases for 3.14
1 parent 5cb9466 commit 19b2d3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/base.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
uses: actions/checkout@v4.1.1
6161

6262
# General case
63-
- name: Install python ${{ matrix.nox_session.python }} for tests (not 3.5 not 3.13)
64-
if: ${{ ! contains(fromJson('["3.5", "3.13"]'), matrix.nox_session.python ) }}
63+
- name: Install python ${{ matrix.nox_session.python }} for tests (not 3.5 not 3.14)
64+
if: ${{ ! contains(fromJson('["3.5", "3.14"]'), matrix.nox_session.python ) }}
6565
uses: MatteoH2O1999/setup-python@v4 # actions/setup-python@v5.0.0
6666
id: set-py
6767
with:
@@ -86,8 +86,8 @@ jobs:
8686
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
8787

8888

89-
- name: Install python ${{ matrix.nox_session.python }} for tests (3.13)
90-
if: contains(fromJson('["3.13"]'), matrix.nox_session.python )
89+
- name: Install python ${{ matrix.nox_session.python }} for tests (3.14)
90+
if: contains(fromJson('["3.14"]'), matrix.nox_session.python )
9191
uses: actions/setup-python@v5
9292
id: set-py-latest
9393
with:

0 commit comments

Comments
 (0)