Skip to content

Commit 40058b1

Browse files
committed
minor(deps): allow any 3.x python version above 3.9
1 parent 98d89d2 commit 40058b1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3 :: Only",
2122
"Topic :: Software Development"]
2223
packages = [{include = "nuvla"}]
2324

2425
[tool.poetry.dependencies]
25-
python = ">=3.9,<3.13"
26+
python = "^3.9"
2627
requests = "^2.32.3"
2728
pyyaml = "^6.0.1"
2829

0 commit comments

Comments
 (0)