Skip to content

Commit

Permalink
Use only Python 3.10, 3.11 in GH tests
Browse files Browse the repository at this point in the history
For some reason, reporting for Python 3.12 does not work.
  • Loading branch information
p-snft committed Nov 26, 2024
1 parent a83134b commit 749e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 749e85a

Please sign in to comment.