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

Add support for Python 3.9 #307

Merged
merged 7 commits into from
Nov 14, 2020
Merged

Conversation

m1so
Copy link
Contributor

@m1so m1so commented Oct 23, 2020

No description provided.

m1so and others added 2 commits October 23, 2020 10:28
currently, python 3.9 is only available of conda-forge
@cosmicBboy
Copy link
Collaborator

thanks for the contribution @m1so! updated this PR since 3.9 is only currently available on the conda-forge channel

@cosmicBboy
Copy link
Collaborator

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-io
Copy link

codecov-io commented Nov 14, 2020

Codecov Report

Merging #307 (c3833f1) into master (5a3ed31) will increase coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
pandera/io.py 97.82% <0.00%> (ø)
pandera/model.py 100.00% <0.00%> (ø)
pandera/checks.py 98.42% <0.00%> (ø)
pandera/errors.py 100.00% <0.00%> (ø)
pandera/typing.py 100.00% <0.00%> (ø)
pandera/decorators.py 100.00% <0.00%> (ø)
pandera/hypotheses.py 92.72% <0.00%> (ø)
pandera/error_formatters.py 100.00% <0.00%> (ø)
pandera/model_components.py 100.00% <0.00%> (ø)
pandera/schema_statistics.py 100.00% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a3ed31...c3833f1. Read the comment docs.

@cosmicBboy
Copy link
Collaborator

@m1so had to make a few more changes to diff, but now tests pass. Thanks for getting the ball rolling on this PR!

@cosmicBboy cosmicBboy merged commit 31fe07b into unionai-oss:master Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants