-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add support for Python 3.10 (#772)
* build: Add support for Python 3.10 This indicates that xml2rfc should work fine with python 3.10 as well as the earlier versions. I haven't tested (nor do i fully understand) the tox.ini and .github/workflows/checks.yml changes, but hopefully some automated CI will run against them and report if there are any problems. * test: Bump version requirement for dict2xml to 1.7 This should fix a problem with the test suite under python3.10, since dict2xml 1.6 used collections.Mapping, and 1.7 uses collections.abc.Mapping. * fix: Change manpage generation to work with Python 3.10 Co-authored-by: Daniel Kahn Gillmor <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters