Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,7 +34,7 @@ classifiers =
Typing :: Typed

[options]
python_requires = >=3.8
python_requires = >=3.9
packages = pytest_asyncio
include_package_data = True

Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down