File tree Expand file tree Collapse file tree 4 files changed +715
-1202
lines changed Expand file tree Collapse file tree 4 files changed +715
-1202
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ check out the [Apify SDK for Python](https://docs.apify.com/sdk/python) instead.
9
9
10
10
## Installation
11
11
12
- Requires Python 3.8 +
12
+ Requires Python 3.9 +
13
13
14
14
You can install the package from its [ PyPI listing] ( https://pypi.org/project/apify-shared ) .
15
15
To do that, simply run ` pip install apify-shared ` in your terminal.
Original file line number Diff line number Diff line change 1
1
[mypy]
2
- python_version = 3.8
2
+ python_version = 3.9
3
3
files = scripts, src, tests
4
4
check_untyped_defs = True
5
5
disallow_incomplete_defs = True
Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ classifiers = [
12
12
" Intended Audience :: Developers" ,
13
13
" License :: OSI Approved :: Apache Software License" ,
14
14
" Operating System :: OS Independent" ,
15
- " Programming Language :: Python :: 3.8" ,
16
15
" Programming Language :: Python :: 3.9" ,
17
16
" Programming Language :: Python :: 3.10" ,
18
17
" Programming Language :: Python :: 3.11" ,
19
18
" Programming Language :: Python :: 3.12" ,
20
19
" Topic :: Software Development :: Libraries" ,
21
20
]
22
21
23
- requires-python = " >=3.8 "
22
+ requires-python = " >=3.9 "
24
23
25
24
# We use inclusive ordered comparison clause for non-Apify packages intentionally in order to enhance the Apify
26
25
# packages's compatibility with a wide range of external packages. This decision was discussed in detail in
You can’t perform that action at this time.
0 commit comments