Skip to content

Commit

Permalink
Add test dependencies to support testing on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Oct 13, 2023
1 parent f6e3870 commit b115191
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ruamel-yaml = {version = "^0.17.21", python = "^3.10"}
#
# https://github.com/python-poetry/poetry-plugin-export/issues/176
virtualenv = ">=20.15,<20.16"
setuptools = {version = "^68.2.2", python = "^3.12"}
pip = {version = "^23.2.1", python = "^3.12"}

[tool.poetry.group.ci.dependencies]
poetry = "^1.4.2"
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ commands =
--cov-config {toxinidir}/.coveragerc \
--cov-report term-missing

[testenv:.package]
basepython = python3.10

[testenv:static]
description = Static formatting and quality enforcement
basepython = python3.10
Expand Down

0 comments on commit b115191

Please sign in to comment.