diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d08cc8f3..2b4cb161 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu, windows] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 3.13.0-beta.3] + python-version: ['3.9', '3.10', '3.11', '3.12', 3.13.0-beta.3] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index cd037b04..3ae1ed28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,6 @@ classifiers = License :: OSI Approved :: Apache Software License - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -35,7 +34,7 @@ classifiers = Typing :: Typed [options] -python_requires = >=3.8 +python_requires = >=3.9 packages = pytest_asyncio include_package_data = True diff --git a/tox.ini b/tox.ini index 79e96fa6..bdf37f77 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.14.0 -envlist = py38, py39, py310, py311, py312, py13, pytest-min, docs +envlist = py39, py310, py311, py312, py13, pytest-min, docs isolated_build = true passenv = CI @@ -71,8 +71,7 @@ skip_install = false [gh-actions] python = - 3.8: py38, pytest-min - 3.9: py39 + 3.9: py39, pytest-min 3.10: py310 3.11: py311 3.12: py312