diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42ebf3a2..f92bb181 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,6 @@ jobs: strategy: matrix: python: - - "3.8" - "3.9" - "3.10" steps: diff --git a/setup.py b/setup.py index ca7333f2..3498459c 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def walk_subpkg(name): "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", ], - python_requires=">=3.8", + python_requires=">=3.9", cmdclass=cmdclass, )