pytest-dev / iniconfig

MIT License
53 stars 31 forks source link

Add support for Python 3.11 and drop EOL 3.6 #46

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Python 3.11 was released on 2022-10-24 🚀

image

Also:

RonnyPfannschmidt commented 1 year ago

Can't merge on mobile due to the workflows changes, will merge and release it later today

stratakis commented 1 year ago

Shouldn't the py import be removed as well from test_iniconfig.py?

hugovk commented 1 year ago

It's an unused import, not strictly necessary as part of this PR but sure, we might as well clean it up.

One less thing to worry about in the py deprecation :)