Skip to content

Commit 400bfc8

Browse files
authored
Add 3.12 and remove 3.7 from the build CI (#169)
* Add 3.12 and remove 3.7 from the build CI * Add pypy 3.10
1 parent 3014765 commit 400bfc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python: ['3.11']
15+
python: ['3.12']
1616
include:
17+
- os: ubuntu-latest
18+
python: 'pypy3.10'
1719
- os: ubuntu-latest
1820
python: 'pypy3.9'
1921
- os: ubuntu-latest
2022
python: 'pypy3.8'
21-
- os: ubuntu-latest
22-
python: 'pypy3.7'
23-
- os: ubuntu-latest
24-
python: '3.7'
2523
- os: ubuntu-latest
2624
python: '3.8'
2725
- os: ubuntu-latest
2826
python: '3.9'
2927
- os: ubuntu-latest
3028
python: '3.10'
29+
- os: ubuntu-latest
30+
python: '3.11'
3131

3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)