Skip to content

Commit

Permalink
Test with Py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 16, 2024
1 parent 57ac83d commit eb65409
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ basepython = python3.12
envlist =
check
# mypy
py313 # EOL 2029-10
py312 # EOL 2028-10-31
lxml
py311 # EOL 2027-10-24
Expand Down Expand Up @@ -70,7 +71,7 @@ setenv =
commands =
coverage erase
coverage combine
# ENCODING ERRORS ON Windonws: See
# ENCODING ERRORS ON Windonws: See
# https://github.com/pytest-dev/pytest-html/issues/336#issuecomment-1546864331
coverage html --directory=build --ignore-errors
; coverage xml
Expand All @@ -91,7 +92,7 @@ deps =
ruff
commands =
ruff -V
ruff check wsgidav tests setup.py
ruff check wsgidav tests setup.py

[testenv:check]
description = Check Black formatting compliance and add flake8-bugbear checks
Expand All @@ -113,8 +114,8 @@ deps =
{[testenv:check]deps}
changedir = {toxinidir}
commands =
ruff check --fix wsgidav tests setup.py
; ruff format wsgidav tests setup.py
ruff check --fix wsgidav tests setup.py
; ruff format wsgidav tests setup.py
isort --profile black wsgidav tests setup.py {posargs}
black wsgidav tests setup.py
{[testenv:lint]commands}
Expand Down

0 comments on commit eb65409

Please sign in to comment.