Skip to content

Commit aef89c0

Browse files
committed
test: switch to pypy3.11-nightly
Also, Windows builds seem to lag farther behind. I'm tired of getting failure emails every day about the nightly tests failing because the builds are old.
1 parent 9ba9683 commit aef89c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/python-nightly.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ jobs:
6363
- "3.13"
6464
- "3.14"
6565
# https://github.com/actions/setup-python#available-versions-of-pypy
66-
- "pypy-3.10"
66+
- "pypy-3.11"
6767
nogil:
6868
- false
6969
- true
70-
include:
71-
- python-version: "pypy-3.10"
72-
os: "windows-latest"
73-
os-short: "windows"
70+
# include:
71+
# - python-version: "pypy-3.11"
72+
# os: "windows-latest"
73+
# os-short: "windows"
7474
exclude:
7575
- python-version: "3.12"
7676
nogil: true
77-
- python-version: "pypy-3.10"
77+
- python-version: "pypy-3.11"
7878
nogil: true
7979

8080
fail-fast: false

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ python =
136136
3.14 = py314
137137
3.14t = py314t
138138
pypy-3 = pypy3
139-
pypy-3.10 = pypy3
139+
pypy-3.11 = pypy3

0 commit comments

Comments
 (0)