File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2626 - 3.14
2727 - pypy-3.9
2828 - pypy-3.10
29+ - pypy-3.11
2930 steps :
3031 - name : Checkout code
3132 uses : actions/checkout@v3
@@ -162,6 +163,7 @@ jobs:
162163 - 3.14
163164 - pypy-3.9
164165 - pypy-3.10
166+ - pypy-3.11
165167 steps :
166168 - name : Checkout code
167169 uses : actions/checkout@v3
@@ -200,6 +202,7 @@ jobs:
200202 - 3.14
201203 - pypy-3.9
202204 - pypy-3.10
205+ - pypy-3.11
203206 exclude :
204207 # setup-python only support 3.11+ for windows arm
205208 - os : windows-11-arm
@@ -210,6 +213,8 @@ jobs:
210213 python-version : pypy-3.9
211214 - os : windows-11-arm
212215 python-version : pypy-3.10
216+ - os : windows-11-arm
217+ python-version : pypy-3.11
213218 steps :
214219 - name : Checkout code
215220 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments