[Twisted-Python] new code: 3.5 or 3.6?
![](https://secure.gravatar.com/avatar/65e6f25d74f30fc14f39a16027babf10.jpg?s=120&d=mm&r=g)
I've followed the discussion re 3.6 and type annotations, but evidently not closely enough when writing new code for twisted today, can we use 3.6 features or is 3.5 still required? (it's actually a library feature enum.IntFlag I'm curious about, not type annotations) Ian
![](https://secure.gravatar.com/avatar/bcb6ef473ff1644fddee1b4e7c730b01.jpg?s=120&d=mm&r=g)
On Thu, Jun 25, 2020, at 1:50 AM, Ian Haywood wrote:
We'll drop Python 3.5 after the next release, so for now we have to avoid 3.6 features. This policy may vary for other Twisted projects, though --- Klein has already dropped 3.5 support, while Treq still supports 2.7 for now. ---Tom
![](https://secure.gravatar.com/avatar/bcb6ef473ff1644fddee1b4e7c730b01.jpg?s=120&d=mm&r=g)
On Thu, Jun 25, 2020, at 1:50 AM, Ian Haywood wrote:
We'll drop Python 3.5 after the next release, so for now we have to avoid 3.6 features. This policy may vary for other Twisted projects, though --- Klein has already dropped 3.5 support, while Treq still supports 2.7 for now. ---Tom
participants (2)
-
Ian Haywood
-
Tom Most