Skip to content

Commit 899f07b

Browse files
authored
Merge pull request #492 from per1234/limit-python
Set upper limit for project Python version
2 parents 4184719 + e4cdf9a commit 899f07b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = ""
88
authors = ["Arduino <[email protected]>"]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.9"
11+
python = ">=3.9.0, <3.12.0"
1212
requests = "^2.32.3"
1313

1414
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)