Skip to content

Commit

Permalink
chore: add 3.13 to noxfile for weekly dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Apr 28, 2024
1 parent 2022b14 commit 8da561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse_requirements(dev: bool = True) -> Dict[str, str]:
SKIP_LIST: List[str] = []


@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12"])
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"])
def unit_tests(session):
"""
Nox run unit tests
Expand Down

0 comments on commit 8da561f

Please sign in to comment.