Skip to content

Commit

Permalink
Merge pull request #124 from martius-lab/fkloss/push-wvlqkqkppuzp
Browse files Browse the repository at this point in the history
chore: Run linter/tests also for Python 3.12 and 3.13
  • Loading branch information
luator authored Oct 28, 2024
2 parents 86b725b + 3648ca0 commit 301302c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import nox

PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]


@nox.session(python=PYTHON_VERSIONS, tags=["lint"])
Expand Down

0 comments on commit 301302c

Please sign in to comment.