@@ -9,13 +9,14 @@ description = "Apify API client for Python"
99authors = [{
name =
" Apify Technologies s.r.o." ,
email =
" [email protected] " }]
1010license = { file = " LICENSE" }
1111readme = " README.md"
12- requires-python = " >=3.10 "
12+ requires-python = " >=3.9 "
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
1515 " Environment :: Console" ,
1616 " Intended Audience :: Developers" ,
1717 " License :: OSI Approved :: Apache Software License" ,
1818 " Operating System :: OS Independent" ,
19+ " Programming Language :: Python :: 3.9" ,
1920 " Programming Language :: Python :: 3.10" ,
2021 " Programming Language :: Python :: 3.11" ,
2122 " Programming Language :: Python :: 3.12" ,
@@ -157,7 +158,7 @@ asyncio_mode = "auto"
157158timeout = 1200
158159
159160[tool .mypy ]
160- python_version = " 3.10 "
161+ python_version = " 3.9 "
161162files = [" src" , " tests" , " scripts" , " docs" , " website" ]
162163check_untyped_defs = true
163164disallow_incomplete_defs = true
@@ -176,7 +177,7 @@ module = ["pandas", "respx"]
176177ignore_missing_imports = true
177178
178179[tool .basedpyright ]
179- pythonVersion = " 3.10 "
180+ pythonVersion = " 3.9 "
180181typeCheckingMode = " standard"
181182include = [" src" , " tests" , " scripts" , " docs" , " website" ]
182183
0 commit comments