We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a590 commit 07b19a9Copy full SHA for 07b19a9
setup.cfg
@@ -21,7 +21,6 @@ classifiers =
21
22
License :: OSI Approved :: Apache Software License
23
24
- Programming Language :: Python :: 3.8
25
Programming Language :: Python :: 3.9
26
Programming Language :: Python :: 3.10
27
Programming Language :: Python :: 3.11
@@ -35,7 +34,7 @@ classifiers =
35
34
Typing :: Typed
36
37
[options]
38
-python_requires = >=3.8
+python_requires = >=3.9
39
packages = pytest_asyncio
40
include_package_data = True
41
0 commit comments