Skip to content

Commit

Permalink
Merge pull request #4 from smkent/dev
Browse files Browse the repository at this point in the history
Set tox build to Python 3.10
  • Loading branch information
smkent authored Feb 25, 2022
2 parents 9874659 + 07da70d commit c7a2c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ addopts = "--cov --cov-append --cov-report term --cov-report xml:coverage.xml"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38
envlist = py310
isolated_build = True
requires =
tox-poetry-installer[poetry] == 0.6.0
Expand All @@ -88,7 +88,7 @@ commands =
[gh-actions]
python =
3.8: py38
3.10: py310
"""

# vim: ft=cfg

0 comments on commit c7a2c14

Please sign in to comment.