Skip to content

Commit da2340e

Browse files
committed
feat:try pypy 3.11
1 parent ac20ecf commit da2340e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [pypy-3.10, '3.10', '3.11', '3.12', '3.13']
21-
tox-python-version: [pypy3.10, py310, py311, py312, py313]
20+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13']
21+
tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313]
2222
os: [
2323
ubuntu-latest,
2424
windows-latest,

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313, pypy310, py314-full
2+
envlist = py310, py311, py312, py313, pypy310, pypy311, py314-full
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)