diff --git a/pyproject.toml b/pyproject.toml index a965def..4530215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,15 +17,15 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development"] packages = [{include = "nuvla"}] [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.9,<3.13" requests = "^2.32.3" pyyaml = "^6.0.1" - [tool.poetry.group.tests.dependencies] pytest = "^8.0.2" coverage = "^7.4.3"