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

Remove 3.8 from status checks so #1202 can pass #1203

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

elliotgunton
Copy link
Collaborator

We need to remove 3.8 from the "required" cicd checks so that #1202 can pass

@elliotgunton elliotgunton added the type:skip-changelog A change that does not require a changelog entry label Sep 16, 2024
@elliotgunton
Copy link
Collaborator Author

elliotgunton commented Sep 16, 2024

Checks will also be "expected" on this PR but it's less risk to first merge this +2 -2 with admin powers

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add 3.12 here?

.github/workflows/cicd.yaml Outdated Show resolved Hide resolved
.github/workflows/cicd.yaml Outdated Show resolved Hide resolved
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
@samj1912 samj1912 enabled auto-merge (squash) September 16, 2024 18:27
@samj1912 samj1912 merged commit e8635f9 into main Sep 16, 2024
20 checks passed
@samj1912 samj1912 deleted the remove-3.8-cicd branch September 16, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:skip-changelog A change that does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants