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

Run build with all supported python versions before publishing to pypi #3726

Merged
merged 4 commits into from
Jun 1, 2021

Conversation

midavadim
Copy link
Collaborator

What

Test build with different supported python versions

How

Added strategy with list of supported python versions [3.7.1, 3.7, 3.8, 3.9]
where 3.7.1 - is a minimal of 3.7.X versions supported in github actions
So build is running in different python envs.

Pre-merge Checklist

  • not possible to run workflow without committing it into the master branch.

Recommended reading order

@midavadim midavadim linked an issue May 28, 2021 that may be closed by this pull request
@midavadim midavadim changed the title Midavadim/3577 run build with all supported python versions before publishing to pypi Run build with all supported python versions before publishing to pypi May 31, 2021
@davinchia davinchia self-requested a review May 31, 2021 10:01
Copy link
Contributor

@davinchia davinchia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@midavadim did you do any manual test to double check this setup works fine? Want to quickly discuss that bit before we merge this in.

@midavadim
Copy link
Collaborator Author

@davinchia
I've just made additional updates.

I tested it on my fork of airbyte. It looks fine (with exception for actual publishing task)

Copy link
Contributor

@davinchia davinchia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@midavadim great. there was a transient build error. I just restarted the build. feel free to merge this in after the build succeeds.

have 1 question, but it's non-blocking.

@midavadim midavadim merged commit 430471b into master Jun 1, 2021
@midavadim midavadim deleted the midavadim/3577-test-all-supported-python-versions branch June 1, 2021 10:36
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.

Test different Python versions in Airbyte CDK
2 participants