Skip to content

Commit

Permalink
poetry to accept python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Oct 31, 2023
1 parent bf62240 commit 9aeeded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include = ["*.txt", "*.rst"]
# url = 'http://example.com/simple'

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<3.13"
# pygments-yang-lexer = "^0.2"
# pyang = "^2.3.2"
# pyangbind="^0.8.1"
Expand Down

0 comments on commit 9aeeded

Please sign in to comment.