Skip to content

Commit cb3e0ca

Browse files
authored
feat:try pypy 3.11 (#232)
* feat:try pypy 3.11 * feat: update to latest alpha
1 parent ac20ecf commit cb3e0ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ 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,
2525
macos-latest,
2626
]
2727
include:
2828
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
29-
- python-version: 3.14.0-alpha.5
29+
- python-version: 3.14.0-alpha.6
3030
tox-python-version: py314-full
3131
os: ubuntu-latest
3232
exclude:
3333
# Exclude other OSes with Python 3.14.0-alpha.0
34-
- python-version: 3.14.0-alpha.5
34+
- python-version: 3.14.0-alpha.6
3535
tox-python-version: py314-full
3636
os: windows-latest
37-
- python-version: 3.14.0-alpha.5
37+
- python-version: 3.14.0-alpha.6
3838
os: macos-latest
3939
tox-python-version: py314-full
4040

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)