diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6cc32c7..b3e7b65 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 diff --git a/README.rst b/README.rst index 1d2b77d..503a891 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ the extras authors. See LICENSE for details. Required Dependencies --------------------- - * Python 3.7+ + * Python 3.9+ Bug reports and patches diff --git a/setup.py b/setup.py index 879f7f5..91767ed 100755 --- a/setup.py +++ b/setup.py @@ -41,12 +41,11 @@ def get_long_description(): "License :: OSI Approved :: MIT License", "Programming Language :: Python", "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 :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],