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

Bump python >= 3.8 and fix constraints generation #1442

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

pankajkoti
Copy link
Collaborator

@pankajkoti pankajkoti commented Jan 22, 2024

Although we attempted to increase Airflow version in #1438,
constraints generation is still failing in main as we try to generate
them on Airflow 2.4.3. We no longer would need to generate constraints
for Airflow 2.4.3, as we have the min Airflow version to 2.6.0 now.
With that we also remove the duplicate job in CI for Python 3.11
constraints generation

Additionally, this PR also bumps the min Python version to 3.8,
we also do not already run tests on Python 3.7 in our CI.

.circleci/config.yml Outdated Show resolved Hide resolved
@pankajkoti
Copy link
Collaborator Author

Constraints got generated successfully previously with this PR. and hence I am applying the comment now.

Screenshot 2024-01-22 at 1 21 56 PM

@pankajkoti pankajkoti merged commit 6f34de1 into main Jan 22, 2024
7 of 8 checks passed
@pankajkoti pankajkoti deleted the fix-constraints branch January 22, 2024 07:56
@pankajkoti pankajkoti mentioned this pull request Feb 21, 2024
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.

None yet

2 participants