diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d92bb49..feb30c8 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.9', '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v3 - name: Set up Python diff --git a/pyproject.toml b/pyproject.toml index a029fac..b15641a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,6 @@ packages = [ ] classifiers = [ "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", "Intended Audience :: Developers", "Development Status :: 5 - Production/Stable", "Topic :: Software Development",