Skip to content

Commit

Permalink
Add 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas authored Oct 16, 2023
1 parent e022c65 commit 3953761
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 @@ -15,7 +15,7 @@ jobs:
max-parallel: 6
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.11', '3.12' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -39,4 +39,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
file: ./coverage.xml

0 comments on commit 3953761

Please sign in to comment.