Skip to content

Commit

Permalink
Add 3.12 and remove 3.7 from the build CI (#169)
Browse files Browse the repository at this point in the history
* Add 3.12 and remove 3.7 from the build CI

* Add pypy 3.10
  • Loading branch information
corona10 authored Oct 22, 2023
1 parent 3014765 commit 400bfc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.11']
python: ['3.12']
include:
- os: ubuntu-latest
python: 'pypy3.10'
- os: ubuntu-latest
python: 'pypy3.9'
- os: ubuntu-latest
python: 'pypy3.8'
- os: ubuntu-latest
python: 'pypy3.7'
- os: ubuntu-latest
python: '3.7'
- os: ubuntu-latest
python: '3.8'
- os: ubuntu-latest
python: '3.9'
- os: ubuntu-latest
python: '3.10'
- os: ubuntu-latest
python: '3.11'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 400bfc8

Please sign in to comment.