Skip to content

Commit

Permalink
ci: bump CI (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Nov 1, 2023
1 parent 00696f8 commit 020ccb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.8", "3.11", "3.12-dev"]
python-version: ["3.6", "3.8", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: 'pypy-3.8'
os: ubuntu-latest
- python-version: 'pypy-3.9'
- python-version: 'pypy-3.10'
os: ubuntu-latest
- python-version: '3.6'
os: ubuntu-20.04
Expand Down

0 comments on commit 020ccb9

Please sign in to comment.