Skip to content

Commit 95fe713

Browse files
committed
ci: use pypy-3.11
1 parent 7f54a98 commit 95fe713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu, windows, macos]
16-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
16+
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.11']
1717
exclude:
1818
- os: windows
1919
python-version: pypy3

0 commit comments

Comments
 (0)