@@ -9,14 +9,13 @@ description = "Apify SDK 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" ,
@@ -188,7 +187,7 @@ asyncio_mode = "auto"
188187timeout = 1200
189188
190189[tool .mypy ]
191- python_version = " 3.9 "
190+ python_version = " 3.10 "
192191plugins = [" pydantic.mypy" ]
193192files = [" src" , " tests" , " docs" , " website" ]
194193check_untyped_defs = true
@@ -215,7 +214,7 @@ module = [
215214ignore_missing_imports = true
216215
217216[tool .basedpyright ]
218- pythonVersion = " 3.9 "
217+ pythonVersion = " 3.10 "
219218typeCheckingMode = " standard"
220219include = [" src" , " tests" , " docs" , " website" ]
221220
0 commit comments