Skip to content

Commit

Permalink
Merge pull request #77 from martius-lab/fkloss/test-py312
Browse files Browse the repository at this point in the history
chore: Disable test on Python 3.12
  • Loading branch information
luator authored Apr 23, 2024
2 parents e0abd77 + 8a3782d commit 4f49f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4f49f55

Please sign in to comment.