diff --git a/pyproject.toml b/pyproject.toml index 53b2ced..e4139d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ pipreqs = "pipreqs.pipreqs:main" [tool.poetry.dependencies] -python = ">=3.8.1,<=3.12" +python = ">=3.8.1,<3.13" yarg = "0.1.9" docopt = "0.6.2" nbconvert = "^7.11.0" @@ -39,4 +39,4 @@ sphinx = { version = "^7.2.6", python = ">=3.9" } [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"