diff --git a/noxfile.py b/noxfile.py index 6efccc8..7ae0368 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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