[Py3] A large set of fixes for tests to pass under Python 3

The usual minor fixes for unicode/bytes for library calls.

The minimum Twisted version is now 16 for Python 3 support so remove old
code and start replacing deprecated methods.

Raised the minimum TLS version to 1.2 for the web server.
This commit is contained in:
Calum Lind 2018-05-16 11:27:49 +01:00 committed by Calum Lind
parent 200e8f552b
commit c3a2c67b98
10 changed files with 85 additions and 70 deletions

View file

@ -536,7 +536,6 @@ setup(
'Topic :: Internet'],
license='GPLv3',
cmdclass=cmdclass,
python_requires='~=2.7',
extras_require={
'docs': docs_require,
'tests': tests_require,