@@ -9,14 +9,13 @@ description = "Apify API client 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" ,
@@ -158,7 +157,7 @@ asyncio_mode = "auto"
158
157
timeout = 1200
159
158
160
159
[tool .mypy ]
161
- python_version = " 3.9 "
160
+ python_version = " 3.10 "
162
161
files = [" src" , " tests" , " scripts" , " docs" , " website" ]
163
162
check_untyped_defs = true
164
163
disallow_incomplete_defs = true
@@ -177,7 +176,7 @@ module = ["pandas", "respx"]
177
176
ignore_missing_imports = true
178
177
179
178
[tool .basedpyright ]
180
- pythonVersion = " 3.9 "
179
+ pythonVersion = " 3.10 "
181
180
typeCheckingMode = " standard"
182
181
include = [" src" , " tests" , " scripts" , " docs" , " website" ]
183
182
0 commit comments