We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
this project declared a dependency contextlib2 which does not really make sense for the maintained Python versions (>=3.9 from October on).
contextlib2
https://github.com/stardog-union/pystardog/blob/main/setup.cfg#L20
Could you set a pin python_requires or remove this altogether in an upcoming release?
python_requires
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
this project declared a dependency
contextlib2
which does not really make sense for the maintained Python versions (>=3.9 from October on).https://github.com/stardog-union/pystardog/blob/main/setup.cfg#L20
Could you set a pin
python_requires
or remove this altogether in an upcoming release?Thanks!
The text was updated successfully, but these errors were encountered: