diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe43bec..f260d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [2.7, 3.6, 3.7, 3.8] steps: - name: Checkout diff --git a/setup.py b/setup.py index 9c21705..750a779 100755 --- a/setup.py +++ b/setup.py @@ -79,6 +79,8 @@ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",