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

Support Python 3.9 #348

Merged
merged 5 commits into from
Apr 27, 2021
Merged

Support Python 3.9 #348

merged 5 commits into from
Apr 27, 2021

Conversation

hakonanes
Copy link
Member

@hakonanes hakonanes commented Apr 27, 2021

Signed-off-by: Håkon Wiik Ånes hwaanes@gmail.com

Description of the change

  • Support Python 3.9 in setup.py.
  • Fix issues in Python 3.9 support #343 related to Matplotlib 3.4.1 and Dask 2021.4.1.
  • Update build matrix to use Python 3.8 and 3.9, adding one step for 3.7 on Ubuntu.
  • Update minimal supported versions, reflecting what we actually support.

Close #343.

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 doc/changelog.rst.

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
@hakonanes hakonanes added maintenance This relates to package maintenance tests This relates to the tests labels Apr 27, 2021
@hakonanes hakonanes added this to the v0.4.0 milestone Apr 27, 2021
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
@hakonanes hakonanes merged commit bddf53b into pyxem:master Apr 27, 2021
@hakonanes hakonanes deleted the python3.9-support branch April 27, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance This relates to package maintenance tests This relates to the tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.9 support
1 participant