diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e1097..b19b6bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10"] os: [ubuntu-latest] steps: diff --git a/setup.py b/setup.py index 7c3ef36..d688a5d 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,6 @@ def _parse_requirements(path): 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Topic :: Scientific/Engineering :: Artificial Intelligence',