Skip to content

Commit

Permalink
feat: add support for Python 3.12
Browse files Browse the repository at this point in the history
refactor: improved creation of namespace package
  • Loading branch information
schaubl committed Oct 2, 2024
1 parent af2ce9f commit a70d0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a70d0ec

Please sign in to comment.