Skip to content

Commit 1fd9f4c

Browse files
committed
Add test dependencies to support testing on python 3.12
1 parent f6e3870 commit 1fd9f4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ruamel-yaml = {version = "^0.17.21", python = "^3.10"}
4242
#
4343
# https://github.com/python-poetry/poetry-plugin-export/issues/176
4444
virtualenv = ">=20.15,<20.16"
45+
setuptools = {version = "^68.2.2", python = "^3.12"}
4546

4647
[tool.poetry.group.ci.dependencies]
4748
poetry = "^1.4.2"

0 commit comments

Comments
 (0)