psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
799 stars 78 forks source link

Add support for Python 3.11 #142

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Also drop support for EOL Python <= 3.6 and fix errors found running tox -e pep8.

vstinner commented 1 year ago

Also drop support for EOL Python <= 3.6

Does supporting support for Python 3.6 brings anything useful yet? I can easily be tested on a CI. I would prefer to keep it supported until it beaks badly and no one is volunteer to still support it.

hugovk commented 1 year ago

It removes a CI job, but that's not a big deal here.

I didn't upgrade the syntax for 3.7+, so it's fine to re-add it.

vstinner commented 1 year ago

It's not a big deal. I'm also fine with removing Python 3.6 support. Especially, if technically Python 3.6 still works :-D