-
Notifications
You must be signed in to change notification settings - Fork 138
remove python 3.9 #860
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?
remove python 3.9 #860
Conversation
Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
6305a1a to
f4a5ad1
Compare
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.
Should we also add 3.14 in this PR and close #847?
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.10 |
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.
| python-version: 3.10 | |
| python-version: '3.10' |
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.10 |
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.
| python-version: 3.10 | |
| python-version: '3.10' |
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.10 |
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.
| python-version: 3.10 | |
| python-version: '3.10' |
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.10 |
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.
| python-version: 3.10 | |
| python-version: '3.10' |
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.10 |
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.
| python-version: 3.10 | |
| python-version: '3.10' |
Description
Python 3.9 is not supported anymore https://devguide.python.org/versions/#unsupported-versions
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: