Skip to content

Conversation

@filintod
Copy link
Contributor

@filintod filintod commented Nov 4, 2025

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@filintod filintod requested review from a team as code owners November 4, 2025 17:10
Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
@filintod filintod force-pushed the filinto/remove-py39 branch from 6305a1a to f4a5ad1 Compare November 4, 2025 17:11
Copy link
Member

@acroca acroca left a 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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.10
python-version: '3.10'

uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.10
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.10
python-version: '3.10'

uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.10
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.10
python-version: '3.10'

uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.10
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.10
python-version: '3.10'

uses: actions/setup-python@v6
with:
python-version: 3.9
python-version: 3.10
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: 3.10
python-version: '3.10'

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.

2 participants