Skip to content

Commit

Permalink
Merge pull request #977 from cclauss/patch-4
Browse files Browse the repository at this point in the history
GitHub Actions python-tests on the current version of PyPy
  • Loading branch information
RonnyPfannschmidt authored Nov 20, 2023
2 parents b183bdd + 3600ad4 commit de9ae90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12.0-beta - 3.12', 'pypy-3.8' ]
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10' ]
os: [windows-latest, ubuntu-latest] #, macos-latest]
include:
- os: windows-latest
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- run: |
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
if: matrix.os == 'ubuntu-latest'
# this hopefull helps with os caches, hg init sometimes gets 20s timeouts
# this hopefully helps with os caches, hg init sometimes gets 20s timeouts
- run: hg version
- run: pytest
timeout-minutes: 15
Expand Down

0 comments on commit de9ae90

Please sign in to comment.