Skip to content
New issue

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

Update compatible python versions #443

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

tcmitchell
Copy link
Collaborator

@tcmitchell tcmitchell commented Oct 16, 2023

Drop support for Python 3.7 because it is end of life. Add support for pypy 3.10.

Closes #442

Drop support for Python 3.7 because it is end of life. Add support for
the recently released Python 3.12.
@tcmitchell tcmitchell added this to the 1.2 milestone Oct 16, 2023
@tcmitchell tcmitchell self-assigned this Oct 16, 2023
Python warns about itself for datetime.datetime.utcfromtimestamp so
disable the deprecation checks in Python 3.12.
pyshacl imports a deprecated API `pkg_resources`. We'll have to wait
for pyshacl to support Python 3.12.
@tcmitchell tcmitchell merged commit 66f39ea into SynBioDex:main Oct 16, 2023
11 checks passed
@tcmitchell tcmitchell deleted the 442-python-versions branch October 16, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update supported python versions
1 participant