@@ -9,14 +9,13 @@ description = "Apify SDK for Python"
9
9
authors = [{
name =
" Apify Technologies s.r.o." ,
email =
" [email protected] " }]
10
10
license = { file = " LICENSE" }
11
11
readme = " README.md"
12
- requires-python = " >=3.9 "
12
+ requires-python = " >=3.10 "
13
13
classifiers = [
14
14
" Development Status :: 5 - Production/Stable" ,
15
15
" Environment :: Console" ,
16
16
" Intended Audience :: Developers" ,
17
17
" License :: OSI Approved :: Apache Software License" ,
18
18
" Operating System :: OS Independent" ,
19
- " Programming Language :: Python :: 3.9" ,
20
19
" Programming Language :: Python :: 3.10" ,
21
20
" Programming Language :: Python :: 3.11" ,
22
21
" Programming Language :: Python :: 3.12" ,
@@ -188,7 +187,7 @@ asyncio_mode = "auto"
188
187
timeout = 1200
189
188
190
189
[tool .mypy ]
191
- python_version = " 3.9 "
190
+ python_version = " 3.10 "
192
191
plugins = [" pydantic.mypy" ]
193
192
files = [" src" , " tests" , " docs" , " website" ]
194
193
check_untyped_defs = true
@@ -215,7 +214,7 @@ module = [
215
214
ignore_missing_imports = true
216
215
217
216
[tool .basedpyright ]
218
- pythonVersion = " 3.9 "
217
+ pythonVersion = " 3.10 "
219
218
typeCheckingMode = " standard"
220
219
include = [" src" , " tests" , " docs" , " website" ]
221
220
0 commit comments