Skip to content

Commit 8dfcb2c

Browse files
committed
Python 3.11 support
1 parent 6377f84 commit 8dfcb2c

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

poetry.lock

Lines changed: 15 additions & 5 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
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.9.0,<3.11"
21+
python = ">=3.9.0,<3.12"
2222
rich = ">=10.12.0"
2323
PyYAML = ">=5.4.1"
2424
requests = ">=2.26.0"

0 commit comments

Comments
 (0)