summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add pypi workflowChristian Heimes2022-07-141-0/+2
|
* Officially support Python 3.10Christian Heimes2021-10-061-0/+1
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Drop Python 2 supportChristian Heimes2021-03-041-5/+1
|
* Python 3.9 compatibilityChristian Heimes2020-04-151-0/+1
| | | | | | | | | | | Python 3.9 no longer ships the xml.etree.cElementTree module. defusedxml no longer provides the a fixed module with 3.9 as well. defusedxml.cElementTree is still available with 3.8. See: https://bugs.python.org/issue36543 See: https://github.com/python/cpython/pull/19108 Fixes: https://github.com/tiran/defusedxml/issues/50 Signed-off-by: Christian Heimes <christian@python.org>
* Drop support for Python 3.4Christian Heimes2019-04-141-1/+1
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Test on Python 3.7 stable and 3.8-devChristian Heimes2019-04-141-0/+2
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Update links and package building to release 0.5.0.dev1Christian Heimes2017-01-281-2/+2
|
* Fix flake8 violationsChristian Heimes2017-01-281-1/+5
|
* Drop Python 2.6, 3.1 to 3.3 supportChristian Heimes2017-01-281-4/+3
|
* use setuptoolsChristian Heimes2016-08-231-1/+3
|
* Prepare release 0.4.1v0.4.1Christian Heimes2013-03-281-1/+1
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+58
The argument is ignored, though. (thanks to Florian Apolloner)