Skip to content

Commit

Permalink
Bump pyyaml to enabled Python 3.12 support for arena (sartography#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirddog authored Jan 10, 2024
1 parent 1c0570c commit 47cabd8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.11.0
python 3.12.1
98 changes: 54 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python = ">=3.11,<3.13"

[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"
Expand Down

0 comments on commit 47cabd8

Please sign in to comment.