diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a8e67e..360a5b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9] steps: - name: Checkout diff --git a/setup.py b/setup.py index 9908a93..bfb65a7 100755 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ }, zip_safe=False, include_package_data=True, - python_requires=">=3.6", + python_requires=">=3.8", install_requires=install_requires, extras_require=extras_require, setup_requires=setup_requires, @@ -87,10 +87,11 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "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", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",