diff --git a/.github/workflows/unit_test_execution.yml b/.github/workflows/unit_test_execution.yml index 3c44567..3b76b9c 100644 --- a/.github/workflows/unit_test_execution.yml +++ b/.github/workflows/unit_test_execution.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["2.7", "3.5", "3.6", "3.9"] + python-version: ["3.5", "3.6", "3.9"] name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index 7c19f3b..1dbb4e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ sudo: false cache: pip matrix: include: - - python: 2.7 - env: TOXENV=py27 - python: 3.5 env: TOXENV=py35 - python: 3.6 diff --git a/setup.py b/setup.py index 72953f0..b26414e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ def read(*names, **kwargs): "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.9", diff --git a/tox.ini b/tox.ini index ea21766..d15ccef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,35,36,39} +envlist = py{35,36,39} [testenv] deps =