Skip to content

Commit

Permalink
run tests on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Oct 18, 2023
1 parent 183f34b commit 9dd176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Test:
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9dd176f

Please sign in to comment.