Skip to content

Commit

Permalink
Merge pull request #60 from statisticsnorway/fix-python312-update
Browse files Browse the repository at this point in the history
Fix failing nox-sessions after update to python 3.12
  • Loading branch information
arneso-ssb authored Mar 25, 2024
2 parents 08df7f0 + af8f9d9 commit ae85201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "windows-latest", session: "tests" }
- { python: "3.12", os: "macos-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
- { python: "3.12", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.12", os: "ubuntu-latest", session: "docs-build" }
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
- { python: "3.10", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.10", os: "ubuntu-latest", session: "docs-build" }

env:
NOXSESSION: ${{"{{"}} matrix.session {{"}}"}}
Expand Down

0 comments on commit ae85201

Please sign in to comment.