Skip to content

Commit 3191997

Browse files
committed
fix: update supported OS configs
1 parent b52da70 commit 3191997

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ 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', '3.11', 'pypy3.11', '3.12', '3.13']
1616
exclude:
1717
- os: macos-latest
1818
python-version: '3.10'
19-
- os: macos-latest
20-
python-version: 'pypy3.10'
2119
steps:
2220
- uses: actions/checkout@v5
2321
with:

0 commit comments

Comments
 (0)