diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index e9f02d5a51c87e2c4a9bab4ecf93262721e13678..1845d9818f9698c49531e26c6d3a7dc2cb8d27e9 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 970a006c411358abe1b325fe1d3d0d329978b9e1..ff7ebabc637481d2f55a5bc468d5b303189303fa 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( ], }, - python_requires='>=3.6.0', + python_requires='>=3.7.0', long_description=open('README.md').read(), long_description_content_type="text/markdown", install_requires=open("requirements.txt", "r").readlines(), @@ -31,7 +31,6 @@ setup( classifiers=[ "License :: OSI Approved :: GNU Affero General Public License v3 ", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9"