Skip to content

Commit efc7d96

Browse files
committed
feat(ci): update supported python versions
1 parent 5faee0d commit efc7d96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
max-parallel: 2
1616
matrix:
1717
os: [ ubuntu-latest, macos-latest, windows-latest ]
18-
python-version: [ '3.7', '3.8', '3.9', 'pypy-3.7' ]
18+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10' ]
1919
exclude:
2020
- os: macos-latest
21-
python-version: 'pypy-3.7'
21+
python-version: 'pypy-3.9'
22+
- os: macos-latest
23+
python-version: 'pypy-3.10'
2224

2325
runs-on: ${{ matrix.os }}
2426

0 commit comments

Comments
 (0)