diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16bf6966..32f74b49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '^3.8' + python-version: '^3.9' - name: Install Python dependencies run: python -m pip install build bump2version twine diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 797b9461..7191b5fd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,20 +31,18 @@ jobs: # - windows-latest - ubuntu-latest python-version: - - '3.8' - '3.9' - '3.10' - '3.11' - '3.12' - - 'pypy-3.8' - 'pypy-3.9' - 'pypy-3.10' toxenv: [py] include: - - python-version: '3.8' + - python-version: '3.9' toxenv: lint os: ubuntu-latest - - python-version: '3.8' + - python-version: '3.9' toxenv: typing os: ubuntu-latest steps: diff --git a/setup.cfg b/setup.cfg index cab1d1d7..ac44a9a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,6 @@ classifiers = # Development Status :: 5 - Production/Stable Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -50,7 +49,7 @@ packages = find_namespace: package_dir = =src include_package_data = True -python_requires = >= 3.8 +python_requires = >= 3.9 [options.packages.find] where = src