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 22Release notes
33=============
44
5+ 0.5.0 (unreleased)
6+ ==================
7+
8+ Change the minimum version of Python from 3.9 to 3.8.
9+
10+
5110.4.0 (2025-09-16)
612==================
713
814| Extended easy intersphinx configuration to:
915| `packaging <https://packaging.pypa.io/en/stable/>`_
1016| `pytest <https://docs.pytest.org/en/stable/>`_
1117
18+
12190.3.0 (2025-09-02)
1320==================
1421
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
1616 " Operating System :: OS Independent" ,
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3.8" ,
1920 " Programming Language :: Python :: 3.9" ,
2021 " Programming Language :: Python :: 3.10" ,
2122 " Programming Language :: Python :: 3.11" ,
@@ -28,7 +29,7 @@ classifiers = [
2829license = " BSD-3-Clause"
2930license-files = [" LICENSE" ]
3031readme = " README.rst"
31- requires-python = " >=3.9 "
32+ requires-python = " >=3.8 "
3233authors = [{
name =
" Scrapy developers" ,
email =
" [email protected] " }]
3334maintainers = [{
name =
" Scrapy developers" ,
email =
" [email protected] " }]
3435
You can’t perform that action at this time.
0 commit comments