Skip to content

Commit

Permalink
Tune testing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 23, 2022
1 parent 56019d1 commit c9b535e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -10,7 +10,7 @@ requires = [
build-backend = 'setuptools.build_meta'

[tool.black]
target-version = ["py37", "py38", "py39", "py310"]
target-version = ["py37", "py38", "py39", "py310", "py311"]

[tool.coverage.paths]
# For combining source file paths correctly
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Expand Up @@ -55,6 +55,9 @@ tox =
testing =
black; platform_python_implementation=='CPython'
devpi-process
# flake8 6.x or later requires Python 3.8 or later.
# tox 4.x requires a newer version of importlib-metadata
# but flake8 5.x requires an older version of it.
flake8 >=6, <7; python_version>='3.8'
mypy; platform_python_implementation=='CPython'
pytest >=7, <8
Expand All @@ -70,7 +73,7 @@ tox_gh_actions =
universal = 1

[tox:tox]
minversion = 3.7
minversion = 4.0
isolated_build = true
skip_missing_interpreters = true
envlist =
Expand Down

0 comments on commit c9b535e

Please sign in to comment.