Skip to content

Commit 2634d25

Browse files
committed
build: Bump minimum Python version to v3.9
1 parent fd8479c commit 2634d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ classifiers =
2121

2222
License :: OSI Approved :: Apache Software License
2323

24-
Programming Language :: Python :: 3.8
2524
Programming Language :: Python :: 3.9
2625
Programming Language :: Python :: 3.10
2726
Programming Language :: Python :: 3.11
@@ -35,7 +34,7 @@ classifiers =
3534
Typing :: Typed
3635

3736
[options]
38-
python_requires = >=3.8
37+
python_requires = >=3.9
3938
packages = pytest_asyncio
4039
include_package_data = True
4140

0 commit comments

Comments
 (0)