Changes between Initial Version and Version 2 of Ticket #3018
- Timestamp:
- 2019-04-01T13:10:40Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3018 – Description
initial v2 1 1 All the Python deps need to support Python 3 also. 2 2 3 I used https://pypi.org/project/caniusepython3/ and got the following: 4 5 6 {{{ 7 Finding and checking dependencies ... 8 9 You need 6 projects to transition to Python 3. 10 Of those 6 projects, 4 have no direct dependencies blocking their transition: 11 12 foolscap 13 pypiwin32 14 parsley (which is blocking txi2p) 15 txsocksx (which is blocking txtorcon) 16 }}} 17 18