Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Dec 2, 2024
1 parent 5b0f5e9 commit 26cd518
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.3.1
nox==2024.10.9
nox-poetry==2024.10.9
nox-poetry==1.0.3
poetry==1.8.4
virtualenv==20.28.0
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- { python-version: "3.13", os: windows-latest, session: "tests" }
- { python-version: "3.13", os: macos-latest, session: "tests" }
# since ray is still not available wiht 3.12
- { python-version: "3.12", os: ubuntu-latest, session: "typeguard" }
- { python-version: "3.12", os: ubuntu-latest, session: "docs-build" }
- { python-version: "3.13", os: ubuntu-latest, session: "typeguard" }
- { python-version: "3.13", os: ubuntu-latest, session: "docs-build" }

env:
NOXSESSION: ${{ matrix.session }}
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


package = "laptrack"
python_versions = ["3.12", "3.11", "3.10", "3.9"]
python_versions = ["3.13", "3.12", "3.11", "3.10", "3.9"]
safety_ignore = [
44717,
44715,
Expand Down

0 comments on commit 26cd518

Please sign in to comment.