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

Remove support for Python 3.7 #485

Merged
merged 1 commit into from Apr 11, 2024

Conversation

hakonanes
Copy link
Member

Description of the change

Drops support for Python 3.7. Closes #482.

The changes I've made I did after searching for "3.7" in the source code. I didn't search very long, but I could not find any code which could be removed or simplified.

Progress of the PR

For reviewers

  • The PR title is short, concise, and will make sense 1 year later.
  • New functions are imported in corresponding __init__.py.
  • New features, API changes, and deprecations are mentioned in the unreleased
    section in CHANGELOG.rst.
  • Contributor(s) are listed correctly in __credits__ in orix/__init__.py and in
    .zenodo.json.

Signed-off-by: Håkon Wiik Ånes <hwaanes@xnovotech.com>
@hakonanes hakonanes added the dev Package maintenance label Apr 11, 2024
@hakonanes hakonanes added this to the v0.12.0 milestone Apr 11, 2024
@hakonanes hakonanes merged commit 0e0ef33 into pyxem:develop Apr 11, 2024
13 checks passed
@hakonanes hakonanes deleted the drop-python-3.7-support branch April 11, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Package maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for Python 3.7
2 participants