@@ -9,14 +9,13 @@ 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.9 "
12+ requires-python = " >=3.10 "
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" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
@@ -158,7 +157,7 @@ asyncio_mode = "auto"
158157timeout = 1200
159158
160159[tool .mypy ]
161- python_version = " 3.9 "
160+ python_version = " 3.10 "
162161files = [" src" , " tests" , " scripts" , " docs" , " website" ]
163162check_untyped_defs = true
164163disallow_incomplete_defs = true
@@ -177,7 +176,7 @@ module = ["pandas", "respx"]
177176ignore_missing_imports = true
178177
179178[tool .basedpyright ]
180- pythonVersion = " 3.9 "
179+ pythonVersion = " 3.10 "
181180typeCheckingMode = " standard"
182181include = [" src" , " tests" , " scripts" , " docs" , " website" ]
183182
0 commit comments