-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add support for Python 3.9 #307
Conversation
currently, python 3.9 is only available of conda-forge
thanks for the contribution @m1so! updated this PR since 3.9 is only currently available on the conda-forge channel |
there are some issues building a conda environment on python 3.9 right now conda/conda#10267 I think deps need to be packaged for 3.9 before this can work on current CI setup. |
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
==========================================
+ Coverage 98.41% 98.64% +0.23%
==========================================
Files 18 18
Lines 1707 1702 -5
==========================================
- Hits 1680 1679 -1
+ Misses 27 23 -4
Continue to review full report at Codecov.
|
@m1so had to make a few more changes to diff, but now tests pass. Thanks for getting the ball rolling on this PR! |
No description provided.