Skip to content

Commit 9aeeded

Browse files
committed
poetry to accept python 3.12
1 parent bf62240 commit 9aeeded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include = ["*.txt", "*.rst"]
3333
# url = 'http://example.com/simple'
3434

3535
[tool.poetry.dependencies]
36-
python = ">=3.8.1,<3.12"
36+
python = ">=3.8.1,<3.13"
3737
# pygments-yang-lexer = "^0.2"
3838
# pyang = "^2.3.2"
3939
# pyangbind="^0.8.1"

0 commit comments

Comments
 (0)