twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
184 stars 49 forks source link

Drop support for python 3.6 #733

Closed tristanlatr closed 1 year ago

tristanlatr commented 1 year ago

It’s time to drop support for python 3.6. The next version will be last one to support python 3.6.

Once it’s done, we’ll need to enabled PEP 563 on every modules. Potentially doing a script that checks that all our files starts with the future import.

tristanlatr commented 1 year ago

Also don’t forget to unpin dependencies of urllib.

buhtz commented 1 year ago

Why not dropping 3.7, too? It is not supported by Python itself anymore.

In face of resource of a FOSS project I would vote to also drop 3.8, because it will lose official security fix support next year.

tristanlatr commented 1 year ago

Yes I’ll drop 3.7 as well. But one version at a time.