We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c7c9e commit 784c6f4Copy full SHA for 784c6f4
HISTORY.rst
@@ -3,6 +3,18 @@
3
History
4
-------
5
6
+3.8 (2024-08-23)
7
+++++++++++++++++
8
+
9
+- Fix regression where IDNAError exception was not being produced for
10
+ certain inputs.
11
+- Add support for Python 3.13, drop support for Python 3.5 as it is no
12
+ longer testable.
13
+- Documentation improvements
14
+- Updates to package testing using Github actions
15
16
+Thanks to Hugo van Kemenade for contributions to this release.
17
18
3.7 (2024-04-11)
19
++++++++++++++++
20
idna/package_data.py
@@ -1,2 +1,2 @@
1
-__version__ = '3.7'
+__version__ = '3.8'
2
0 commit comments