Skip to content

Commit

Permalink
rename py313 to 3.13.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Jan 15, 2024
1 parent 22deeba commit e19f9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:
${{ env.PYTHON_EXECUTABLE }} -m pip install ${{ env.TOX_REQUIREMENT }}
- name: Run tests with tox
run: tox -e ${{ env.PYTHON_TOX_ENVS }}
test-linux-py313:
test-linux-py313-alpha:
runs-on: ubuntu-22.04
env:
PYTHON_VERSION: '3.13'
PYTHON_VERSION: '3.13.0-alpha.2'
PYTHON_EXECUTABLE: 'python3.13'
PYTHON_TOX_ENVS: 'py313'
steps:
Expand Down

0 comments on commit e19f9b5

Please sign in to comment.