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

feat: Support Python 3.10 #61

Merged
merged 3 commits into from
May 7, 2022
Merged

feat: Support Python 3.10 #61

merged 3 commits into from
May 7, 2022

Conversation

tomasfarias
Copy link
Owner

@tomasfarias tomasfarias commented May 7, 2022

Closes #59

I'll consider Python 3.10 supported if we can get the testing pipeline to pass. That being said, I'm seeing issues with apache-airflow==1.10.15 and apache-airflow==2.0.2, so I'll mention in the docs Python 3.10 is only tested in apache-airflow>=2.2. Our dependencies already require apache-airflow>=2.2.

@tomasfarias tomasfarias force-pushed the py310 branch 2 times, most recently from 72935a4 to 401aa29 Compare May 7, 2022 00:25
@codecov
Copy link

codecov bot commented May 7, 2022

Codecov Report

Merging #61 (0cfcc1c) into master (501739c) will not change coverage.
The diff coverage is n/a.

❗ Current head 0cfcc1c differs from pull request most recent head cccb160. Consider uploading reports for the commit cccb160 to get more accurate results

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files           8        8           
  Lines         923      923           
=======================================
  Hits          911      911           
  Misses         12       12           
Flag Coverage Δ
unittests 98.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 501739c...cccb160. Read the comment docs.

@tomasfarias tomasfarias marked this pull request as ready for review May 7, 2022 00:56
@tomasfarias tomasfarias merged commit b16fac5 into master May 7, 2022
@tomasfarias tomasfarias deleted the py310 branch May 7, 2022 00:57
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.

Add support for Python 3.10
1 participant