Skip to content

Commit

Permalink
Add py313 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Oct 11, 2024
1 parent 546ac1e commit 6c61cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = unittest, format, prospector, bandit, py{311,312}, markdown
envlist = unittest, format, prospector, bandit, py{311,312,313}, markdown

# Tell tox to not require a setup.py file
skipsdist = True
Expand Down Expand Up @@ -43,7 +43,7 @@ commands = ruff format {toxinidir}/sedr

[testenv:mypy]
ignore_outcome = true
description = TODO: Check typing
description = Check typing TODO
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit 6c61cc2

Please sign in to comment.