File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
Release notes
3
3
=============
4
4
5
+ 0.5.0 (unreleased)
6
+ ==================
7
+
8
+ Change the minimum version of Python from 3.9 to 3.8.
9
+
10
+
5
11
0.4.0 (2025-09-16)
6
12
==================
7
13
8
14
| Extended easy intersphinx configuration to:
9
15
| `packaging <https://packaging.pypa.io/en/stable/>`_
10
16
| `pytest <https://docs.pytest.org/en/stable/>`_
11
17
18
+
12
19
0.3.0 (2025-09-02)
13
20
==================
14
21
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
16
16
" Operating System :: OS Independent" ,
17
17
" Programming Language :: Python" ,
18
18
" Programming Language :: Python :: 3" ,
19
+ " Programming Language :: Python :: 3.8" ,
19
20
" Programming Language :: Python :: 3.9" ,
20
21
" Programming Language :: Python :: 3.10" ,
21
22
" Programming Language :: Python :: 3.11" ,
@@ -28,7 +29,7 @@ classifiers = [
28
29
license = " BSD-3-Clause"
29
30
license-files = [" LICENSE" ]
30
31
readme = " README.rst"
31
- requires-python = " >=3.9 "
32
+ requires-python = " >=3.8 "
32
33
authors = [{
name =
" Scrapy developers" ,
email =
" [email protected] " }]
33
34
maintainers = [{
name =
" Scrapy developers" ,
email =
" [email protected] " }]
34
35
You can’t perform that action at this time.
0 commit comments