Skip to content

Commit 7773cfb

Browse files
CoolCat467jakkdl
andauthored
Stop running pypy-3.9-nightly for windows CI (#2833)
* Force-reinstall cffi if on pypy 3.9 Also formatting from https://www.shellcheck.net/ * Drop 3.9 & 3.10 pypy nightly builds and add pypy 3.11 nightly Remove pypy 3.9 code * Re-enable pypy 3.9 and 3.10 nightly on linux, and drop pypy 3.9 nightly on macos and windows * Re-enable macos pypy-3.9-nightly, it was working just fine * remove quotes, leaving for a separate PR --------- Co-authored-by: jakkdl <h6+github@pm.me>
1 parent 2a28313 commit 7773cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
# pypy-3.10 is failing, see https://github.com/python-trio/trio/issues/2678
22-
python: ['3.8', '3.9', '3.10', 'pypy-3.9-nightly'] #, 'pypy-3.10-nightly']
21+
# pypy 3.9 and 3.10 are failing, see https://github.com/python-trio/trio/issues/2678 and https://github.com/python-trio/trio/issues/2776 respectively
22+
python: ['3.8', '3.9', '3.10'] #, 'pypy-3.9-nightly', 'pypy-3.10-nightly']
2323
arch: ['x86', 'x64']
2424
lsp: ['']
2525
lsp_extract_file: ['']

0 commit comments

Comments
 (0)