Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
haydngreatnews committed Sep 15, 2024
1 parent 727834c commit 134de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout repository
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Test with tox
id: test-with-tox
run: |
tox
tox -vv

0 comments on commit 134de9f

Please sign in to comment.