Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for Python 3.9 #17

Merged
merged 4 commits into from
Jan 9, 2021
Merged

Add support for Python 3.9 #17

merged 4 commits into from
Jan 9, 2021

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Jan 3, 2021

This PR updates the packaging to explicitly support Python 3.9, and tweaks the pyproject.toml configuration

  • Add 3.9 trove classifier in setup.py
  • Add builds on Python 3.9 for Travis CI and Appveyor
  • Build against NumPy 1.16.x for Python 3.9.x.
  • Don't pin the NumPy version for as-yet unreleased Python versions

Closes #16

@mdickinson
Copy link
Member Author

Looks like we can't have both Python 3.9 and Python 2.7 builds working with the same Appveyor image. Let's drop the 2.7 builds.

@mdickinson
Copy link
Member Author

Self-merging after self-review.

@mdickinson mdickinson merged commit bbc5ae0 into master Jan 9, 2021
@mdickinson mdickinson deleted the support-python39 branch January 9, 2021 14:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update for compatibility with Python 3.9
1 participant