-
Notifications
You must be signed in to change notification settings - Fork 14
Drop Python 3.6 support #998
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
base: main
Are you sure you want to change the base?
Conversation
""" WalkthroughThe change updates the GitHub Actions workflow configuration for continuous integration. Specifically, it modifies the operating system version used for the "build" job, switching from "ubuntu-20.04" to "ubuntu-22.04" and removes Python 3.6 from the testing matrix. The Windows runner configuration remains unchanged, as do the other Python versions tested. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -35,8 +35,8 @@ jobs: | |||
runs-on: ${{ matrix.os }} | |||
strategy: | |||
matrix: | |||
os: [ubuntu-20.04, windows-latest] | |||
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 3.6 was not found in the local cache
Error: The version '3.6' with architecture 'x64' was not found for Ubuntu 22.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
https://github.com/launchableinc/cli/actions/runs/14768537204/job/41464487287
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you drop Python 3.6, please write a DACI document and get approval like https://cloudbees.atlassian.net/wiki/spaces/PRODUCT/pages/4431017109/DACI+Drop+support+Python3.5
Also, we'll need to update the doc
https://www.launchableinc.com/docs/resources/cli-reference/
Thank you, I'm gonna follow that steps. |
https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
Summary by CodeRabbit