@@ -31,15 +31,14 @@ jobs:
3131 - " windows-latest"
3232 - " windows-11-arm"
3333 - " macos-latest"
34- - " macos-13"
3534 python-version :
3635 - " 3.10"
3736 - " 3.11"
3837 - " 3.12"
3938 - " 3.13"
4039 - " 3.14"
4140 - " 3.14t"
42- - " pypy-3.10 "
41+ - " pypy-3.11 "
4342 build-type :
4443 # builds greenlet, runs asyncio tests. includes aiosqlite driver
4544 - " cext-greenlet"
5554
5655 include :
5756 # autocommit tests fail on the ci for some reason
58- - python-version : " pypy-3.10 "
57+ - python-version : " pypy-3.11 "
5958 pytest-args : " -k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
6059
6160 exclude :
6665 os : " windows-11-arm"
6766 - build-type : " cext-greenlet"
6867 os : " macos-latest"
69- - build-type : " cext-greenlet"
70- os : " macos-13"
7168
7269 # the threaded pythons are not stable under greenlet. Even
7370 # though we can run individual tests, when you run the whole suite
@@ -97,22 +94,17 @@ jobs:
9794 architecture : x86
9895 - os : " macos-latest"
9996 architecture : x64
100- # macos 13: uses intel macs. no arm64, x86
101- - os : " macos-13"
102- architecture : arm64
103- - os : " macos-13"
104- architecture : x86
10597 # pypy does not have cext or x86 or arm on linux
106- - python-version : " pypy-3.10 "
98+ - python-version : " pypy-3.11 "
10799 build-type : " cext"
108100 - os : " ubuntu-22.04-arm"
109- python-version : " pypy-3.10 "
101+ python-version : " pypy-3.11 "
110102 - os : " windows-latest"
111- python-version : " pypy-3.10 "
103+ python-version : " pypy-3.11 "
112104 architecture : x86
113105 # Setup-python does not support any versions before 3.11 for arm64 windows
114106 - os : " windows-11-arm"
115- python-version : " pypy-3.10 "
107+ python-version : " pypy-3.11 "
116108 - os : " windows-11-arm"
117109 python-version : " 3.10"
118110 - os : " windows-11-arm"
@@ -141,7 +133,7 @@ jobs:
141133
142134 - name : Run tests
143135 run : nox -v -s github-${{ matrix.build-type }} -- ${{ matrix.pytest-args }}
144- continue-on-error : ${{ matrix.python-version == 'pypy-3.10 ' }}
136+ continue-on-error : ${{ matrix.python-version == 'pypy-3.11 ' }}
145137
146138 run-nox :
147139 name : ${{ matrix.nox-env }}-${{ matrix.python-version }}
0 commit comments