1 | | Despite the release of Nevow 0.11.1, the "line in question" ([source:setup.py#L131]) still exists. This is because, very annoyingly, Nevow 0.11.1 declared a dependency on Twisted >= 13.0.0 (#2249), which we can't use on Windows because of #2028. This situation is likely to persist until we are able to depend on a version of Twisted that fixes [https://twistedmatrix.com/trac/ticket/6032] (or [https://twistedmatrix.com/trac/ticket/7477], but that would introduce a whole 'nother set of problems unless cffi's build process is also improved). |
| 1 | Despite the release of Nevow 0.11.1, the "line in question" ([source:setup.py#L131]) still exists. This is because, very annoyingly, Nevow 0.11.1 declared a dependency on Twisted >= 13.0.0 (#2249), which we can't use on Windows because of #2028. |
| 2 | |
| 3 | This situation is likely to persist until we are able to depend on a version of Twisted that fixes [https://twistedmatrix.com/trac/ticket/6032] (or possibly [https://twistedmatrix.com/trac/ticket/7477], but that would introduce a whole 'nother set of problems unless cffi's build process is also improved). |