Skip to content

Commit 0127b25

Browse files
authored
Merge pull request #289 from scrapy/relnotes-1.9.0
Release notes for 1.9.0.
2 parents b6381ee + b78a899 commit 0127b25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
History
44
-------
55

6+
1.9.0 (YYYY-MM-DD)
7+
~~~~~~~~~~~~~~~~~~
8+
9+
* Now requires ``cssselect >= 1.2.0`` (this minimum version was required since
10+
1.8.0 but that wasn't properly recorded)
11+
* Removed support for Python 3.7
12+
* Added support for Python 3.12 and PyPy 3.10
13+
* Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON
14+
selectors
15+
* Code formatted with ``black``
16+
* CI fixes and improvements
17+
618
1.8.1 (2023-04-18)
719
~~~~~~~~~~~~~~~~~~
820

0 commit comments

Comments
 (0)