We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031042b commit 8d560adCopy full SHA for 8d560ad
NEWS
@@ -1,6 +1,23 @@
1
w3lib release notes
2
===================
3
4
+2.3.0 (YYYY-MM-DD)
5
+------------------
6
+
7
+- Dropped Python 3.8 support (#232).
8
9
+- Added Python 3.13 support (#232).
10
11
+- Fixed running tests with newer point releases of Python 3.10 and 3.11 (#233).
12
13
+- Removed the following functions, deprecated in 2.0.0:
14
15
+ - ``w3lib.util.str_to_unicode``
16
+ - ``w3lib.util.to_native_str``
17
+ - ``w3lib.util.unicode_to_str``
18
19
+- Cleanup and CI improvements (#232, #234).
20
21
2.2.1 (2024-06-12)
22
------------------
23
0 commit comments