1
0
mirror of https://github.com/taigaio/taiga-back synced 2025-10-06 00:02:52 +02:00

Upgrade to Python 3.10

This commit is contained in:
Miguel Gonzalez
2025-10-01 18:42:31 +02:00
parent 76034373fa
commit c12f53f234

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py36
envlist = py310
skipsdist = True
[testenv]
@@ -11,7 +11,7 @@ commands =
[testenv:flake8]
deps = flake8
basepython = python3.6
basepython = python3.10
commands = flake8 .
[coverage:run]