Open richin13 opened 8 hours ago
Adding 3.12&3.13 support was still on my list for this library, thanks for the PR, will check it out this week!
@erikwrede thank you! looks like we'd need to drop support for 3.7 (which has reached EOL anyways). Could also drop 3.8 which is also EOL.
Any thoughts?
From the
pkg_resources
docs: setuptools.pypa.io/en/latest/pkg_resources.htmlPython 3.12 has removed
pkg_resources
from the standard library: docs.python.org/3/whatsnew/3.12.html and this project makes use of it in thegraphene_sqlalchemy/utils.py
file:https://github.com/graphql-python/graphene-sqlalchemy/blob/eb9c663cc0e314987397626573e3d2f940bea138/graphene_sqlalchemy/utils.py#L8
https://github.com/graphql-python/graphene-sqlalchemy/blob/eb9c663cc0e314987397626573e3d2f940bea138/graphene_sqlalchemy/utils.py#L23-L34