Skip to content

Commit 82b8518

Browse files
committed
Support Python 3.8
1 parent bd6ef1b commit 82b8518

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
Release 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+
511
0.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+
1219
0.3.0 (2025-09-02)
1320
==================
1421

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = [
2829
license = "BSD-3-Clause"
2930
license-files = ["LICENSE"]
3031
readme = "README.rst"
31-
requires-python = ">=3.9"
32+
requires-python = ">=3.8"
3233
authors = [{ name = "Scrapy developers", email = "[email protected]" }]
3334
maintainers = [{ name = "Scrapy developers", email = "[email protected]" }]
3435

0 commit comments

Comments
 (0)