@@ -9,13 +9,14 @@ 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.10 "
12
+ requires-python = " >=3.9 "
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" ,
19
20
" Programming Language :: Python :: 3.10" ,
20
21
" Programming Language :: Python :: 3.11" ,
21
22
" Programming Language :: Python :: 3.12" ,
@@ -157,7 +158,7 @@ asyncio_mode = "auto"
157
158
timeout = 1200
158
159
159
160
[tool .mypy ]
160
- python_version = " 3.10 "
161
+ python_version = " 3.9 "
161
162
files = [" src" , " tests" , " scripts" , " docs" , " website" ]
162
163
check_untyped_defs = true
163
164
disallow_incomplete_defs = true
@@ -176,7 +177,7 @@ module = ["pandas", "respx"]
176
177
ignore_missing_imports = true
177
178
178
179
[tool .basedpyright ]
179
- pythonVersion = " 3.10 "
180
+ pythonVersion = " 3.9 "
180
181
typeCheckingMode = " standard"
181
182
include = [" src" , " tests" , " scripts" , " docs" , " website" ]
182
183
0 commit comments