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

BREAKING CHANGE: drop support for python 3.7 #2436

Merged

Conversation

aucampia
Copy link
Member

@aucampia aucampia commented Jun 10, 2023

Summary of changes

Python 3.7 will be end-of-life on the 27th of June 2023 and the next release of RDFLib will be a new major version.

This changes the minimum supported version of Python to 3.8.1 as some of the dependencies we use are not too fond of python 3.8.0. This change also removes all accommodations for older python versions.

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • If the change has a potential impact on users of this project:
    • Added or updated tests that fail without the change.
    • Updated relevant documentation to avoid inaccuracies.
    • Considered adding additional documentation.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

@aucampia aucampia added review wanted This indicates that the PR is ready for review ready to merge The PR will be merged soon if no further feedback is provided. labels Jun 10, 2023
@aucampia aucampia requested a review from a team June 10, 2023 12:13
@coveralls
Copy link

coveralls commented Jun 10, 2023

Coverage Status

coverage: 90.882% (+0.03%) from 90.854% when pulling 1b23234 on aucampia:aucampia/20230610T1324-upgrade-python into d21a451 on RDFLib:main.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Python 3.7 will be end-of-life on the 27th of June 2023 and the next release of
RDFLib will be a new major version.

This changes the minimum supported version of Python to 3.8.1 as some of the
dependencies we use are not too fond of python 3.8.0. This change also removes
all accommodations for older python versions.
@aucampia aucampia force-pushed the aucampia/20230610T1324-upgrade-python branch from c222753 to 1b23234 Compare June 13, 2023 19:18
@aucampia aucampia merged commit 1e5f56b into RDFLib:main Jun 13, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR will be merged soon if no further feedback is provided. review wanted This indicates that the PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants