From 61e172d7d244f8c59bf0f1eb12c0982a2d2d7247 Mon Sep 17 00:00:00 2001 From: skhomuti Date: Fri, 29 Jul 2022 23:20:52 +0500 Subject: [PATCH] Drop python 3.6 support --- .github/workflows/build.yaml | 4 ++-- allure-behave/setup.py | 2 +- allure-behave/tox.ini | 6 +++--- allure-nose2/setup.py | 2 +- allure-nose2/tox.ini | 2 +- allure-pytest-bdd/tox.ini | 2 +- allure-pytest/tox.ini | 6 +++--- allure-python-commons-test/tox.ini | 2 +- allure-python-commons/tox.ini | 2 +- allure-robotframework/tox.ini | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5d990be6..12a4e5f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,9 +16,9 @@ jobs: allure-pytest-bdd, allure-robotframework ] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, "3.10"] include: - - python-version: 3.9 + - python-version: 3.10 static-check: yes steps: diff --git a/allure-behave/setup.py b/allure-behave/setup.py index 626e3c12..bd565fea 100644 --- a/allure-behave/setup.py +++ b/allure-behave/setup.py @@ -12,10 +12,10 @@ 'Topic :: Software Development :: Testing :: BDD', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] setup_requires = [ diff --git a/allure-behave/tox.ini b/allure-behave/tox.ini index 8845ef7f..37b81a5c 100644 --- a/allure-behave/tox.ini +++ b/allure-behave/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39} + py{37,38,39,310} static-check [testenv] @@ -26,7 +26,7 @@ commands = # https://github.com/allure-framework/allure-python/issues/321 passenv = HOME -#basepython = python3.6 +#basepython = python3.7 setenv = TEST_TMP={envtmpdir} @@ -51,7 +51,7 @@ commands= [testenv:behave-master] passenv = HOME -basepython = python3.6 +basepython = python3.7 setenv = TEST_TMP={envtmpdir} diff --git a/allure-nose2/setup.py b/allure-nose2/setup.py index 871029a8..99532a9c 100644 --- a/allure-nose2/setup.py +++ b/allure-nose2/setup.py @@ -11,10 +11,10 @@ 'Topic :: Software Development :: Testing', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] setup_requires = [ diff --git a/allure-nose2/tox.ini b/allure-nose2/tox.ini index d35615db..c3213d5f 100644 --- a/allure-nose2/tox.ini +++ b/allure-nose2/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39} + py{37,38,39,310} static-check [testenv] diff --git a/allure-pytest-bdd/tox.ini b/allure-pytest-bdd/tox.ini index 96f53a40..2ffa2f04 100644 --- a/allure-pytest-bdd/tox.ini +++ b/allure-pytest-bdd/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39} + py{37,38,39,310} [testenv] passenv = HOME diff --git a/allure-pytest/tox.ini b/allure-pytest/tox.ini index 331dd727..5b32723d 100644 --- a/allure-pytest/tox.ini +++ b/allure-pytest/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39} + py{37,38,39,310} xdist integration static-check @@ -33,7 +33,7 @@ description = Test integration with pytest-flakes passenv = HOME -basepython = python3.6 +basepython = python3.7 setenv = ALLURE_INDENT_OUTPUT=yep @@ -81,7 +81,7 @@ commands = # `tox -e demo -- -k test_single_feature_label` or # `tox -e demo -- ./test/steps/` [testenv:demo] -basepython = python3.5 +basepython = python3.7 passenv = HOME diff --git a/allure-python-commons-test/tox.ini b/allure-python-commons-test/tox.ini index 5c323819..2d1803df 100644 --- a/allure-python-commons-test/tox.ini +++ b/allure-python-commons-test/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38,39} +envlist = py{37,38,39,310} [testenv] diff --git a/allure-python-commons/tox.ini b/allure-python-commons/tox.ini index 12602e86..6a65e224 100644 --- a/allure-python-commons/tox.ini +++ b/allure-python-commons/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - py{36,37,38,39} + py{37,38,39,310} static-check diff --git a/allure-robotframework/tox.ini b/allure-robotframework/tox.ini index fe12cf0e..d1e4c3df 100644 --- a/allure-robotframework/tox.ini +++ b/allure-robotframework/tox.ini @@ -1,6 +1,6 @@ [tox] envlist= - py{36,37,38,39}-rf-{3,latest} + py{37,38,39,310}-rf-{3,latest} static-check