Skip to content

Commit

Permalink
[ci] try using CPython3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent 254790f commit 7d36b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'pypy2.7'
#- run: pip install -U pip
#- run: pip2 install autobahntestsuite==0.8.2
- run: python -m venv ./venv/
python-version: '3.13'
- run: pip install -U pip
- run: pip install autobahntestsuite==0.8.2
#- run: python -m venv ./venv/

0 comments on commit 7d36b80

Please sign in to comment.