Skip to content

Commit

Permalink
chore: Run tests with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Oct 19, 2024
1 parent b9ba641 commit 199272e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.11"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 199272e

Please sign in to comment.