Skip to content

Commit 47494ae

Browse files
committed
fix: update supported OS configs
1 parent 7891af3 commit 47494ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ['3.10', 'pypy3.10', '3.11', '3.12', '3.13']
15+
python-version: ['3.10', 'pypy3.10', '3.11', 'pypy3.11', '3.12', '3.13']
1616
exclude:
1717
- os: macos-latest
1818
python-version: '3.10'
1919
- os: macos-latest
2020
python-version: 'pypy3.10'
21+
- os: ubuntu-latest
22+
python-version: 'pypy3.10'
2123
steps:
2224
- uses: actions/checkout@v5
2325
with:

0 commit comments

Comments
 (0)