python-pillow / Sane

Python interface to the SANE scanner and frame grabber
Other
54 stars 19 forks source link

Add support for Python 3.11, drop EOL 3.6-3.7 #83

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

https://devguide.python.org/versions/

hugovk commented 1 year ago

Actually, this overlaps a lot with https://github.com/python-pillow/Sane/pull/79, let's update that one instead.

radarhere commented 1 year ago

Ok, i've updated #79 with these changes - except for allow-prereleases: true. From what I see, that doesn't have any effect with the current configuration.

hugovk commented 1 year ago

Ok, i've updated #79 with these changes - except for allow-prereleases: true. From what I see, that doesn't have any effect with the current configuration.

Yep, it's not needed yet. I meant to leave that out, it was from trying to add 3.12, but that needs the setup.py upgrading not to expect the removed setuptools. A pyproject.toml with a defined build backend should do it, but it can wait for later.