Changelog
### 3.10
```
+++++++++++++++++
- Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes
to UTS46 processing that will require more work to properly implement.
```
### 3.9
```
++++++++++++++++
- Update to Unicode 16.0.0
- Deprecate setup.cfg in favour of pyproject.toml
- Use ruff for code formatting
Thanks to Waket Zheng for contributions to this release.
```
### 3.8
```
++++++++++++++++
- Fix regression where IDNAError exception was not being produced for
certain inputs.
- Add support for Python 3.13, drop support for Python 3.5 as it is no
longer testable.
- Documentation improvements
- Updates to package testing using Github actions
Thanks to Hugo van Kemenade for contributions to this release.
```
Links
- PyPI: https://pypi.org/project/idna
- Changelog: https://data.safetycli.com/changelogs/idna/
This PR updates idna from 3.7 to 3.10.
Changelog
### 3.10 ``` +++++++++++++++++ - Reverted to Unicode 15.1.0 data. Unicode 16 has some significant changes to UTS46 processing that will require more work to properly implement. ``` ### 3.9 ``` ++++++++++++++++ - Update to Unicode 16.0.0 - Deprecate setup.cfg in favour of pyproject.toml - Use ruff for code formatting Thanks to Waket Zheng for contributions to this release. ``` ### 3.8 ``` ++++++++++++++++ - Fix regression where IDNAError exception was not being produced for certain inputs. - Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable. - Documentation improvements - Updates to package testing using Github actions Thanks to Hugo van Kemenade for contributions to this release. ```Links
- PyPI: https://pypi.org/project/idna - Changelog: https://data.safetycli.com/changelogs/idna/