From 4bac513cc941349973d594a62dd9525efca42a04 Mon Sep 17 00:00:00 2001 From: vlad-mois Date: Thu, 24 Feb 2022 14:01:06 +0300 Subject: [PATCH] Update tox version --- setup.py | 2 +- tox.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e770d68..4429596 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='toloka-prefect', packages=['toloka_prefect'], - version='0.0.2', + version='0.0.3', description='Toloka prefect tasks library', long_description=readme, long_description_content_type='text/markdown', diff --git a/tox.ini b/tox.ini index 40529e8..51405b4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.3.0 +minversion = 3.24.5 envlist = py37, py38, py39, py310 isolated_build = True requires = setuptools >= 36.2.0 @@ -24,9 +24,9 @@ deps = commands = pytest -# For Python 3.9 we additionally collect test coverage +# For Python 3.8 we additionally collect test coverage # infromation and upload it to codecov -[testenv:py39] +[testenv:py38] deps = {[testenv]deps} coveragepy @@ -39,7 +39,7 @@ commands = codecov [testenv:release] -basepython = python3.9 +basepython = python3.8 deps = build twine