Skip to content

Commit ae243d7

Browse files
committed
drop pypy3.10 and replace with pypy 3.11
1 parent 1bdcd9c commit ae243d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ ubuntu-latest, macos-latest ]
10-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10']
10+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.11']
1111
tarantool: ['1.10', '2', '3']
1212
exclude:
1313
- os: macos-latest
@@ -106,7 +106,7 @@ jobs:
106106
- name: Build wheels
107107
run: cibuildwheel --output-dir dist
108108
env:
109-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-*"
109+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp311-*"
110110

111111
- uses: actions/upload-artifact@v4
112112
with:

0 commit comments

Comments
 (0)