mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
[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:
parent
200e8f552b
commit
c3a2c67b98
10 changed files with 85 additions and 70 deletions
1
setup.py
1
setup.py
|
@ -536,7 +536,6 @@ setup(
|
|||
'Topic :: Internet'],
|
||||
license='GPLv3',
|
||||
cmdclass=cmdclass,
|
||||
python_requires='~=2.7',
|
||||
extras_require={
|
||||
'docs': docs_require,
|
||||
'tests': tests_require,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue