Skip to content

Commit de9ae90

Browse files
Merge pull request #977 from cclauss/patch-4
GitHub Actions python-tests on the current version of PyPy
2 parents b183bdd + 3600ad4 commit de9ae90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12.0-beta - 3.12', 'pypy-3.8' ]
37+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10' ]
3838
os: [windows-latest, ubuntu-latest] #, macos-latest]
3939
include:
4040
- os: windows-latest
@@ -89,7 +89,7 @@ jobs:
8989
- run: |
9090
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
9191
if: matrix.os == 'ubuntu-latest'
92-
# this hopefull helps with os caches, hg init sometimes gets 20s timeouts
92+
# this hopefully helps with os caches, hg init sometimes gets 20s timeouts
9393
- run: hg version
9494
- run: pytest
9595
timeout-minutes: 15

0 commit comments

Comments
 (0)