diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 7d872db..67688f0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -13,7 +13,6 @@ jobs: max-parallel: 5 matrix: python-version: - - 2.7 - 3.7 - 3.8 - 3.9 diff --git a/README.rst b/README.rst index 60bf614..cfbcd39 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ https://www.rflink.nl/ Requirements ------------ -- Python 2.7 or 3.6 (or higher) +- Python 3.6 (or higher) Description ----------- diff --git a/tox.ini b/tox.ini index 919709b..7965623 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ skip_missing_interpreters = True [gh-actions] python = - 2.7: py27 3.6: py36 3.7: py37 3.8: py38