File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments