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

chore: update Python version #1241

Merged
merged 13 commits into from
Oct 25, 2024
Merged

Conversation

serhii73
Copy link
Collaborator

No description provided.

@serhii73 serhii73 requested review from Gallaecio and wRAR October 23, 2024 11:19
if hasattr(stz, "localize") and sys.version_info < (3, 6):
if hasattr(stz, "localize") and sys.version_info < (3, 9):
Copy link
Member

Choose a reason for hiding this comment

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

Is this correct?

Copy link
Member

Choose a reason for hiding this comment

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

Actually this is always False now, so this whole block can be removed. There may be other such places in the code so I suggest looking for them and cleaning them up, as a separate PR.

env:
TOXENV: twinecheck
- python-version: "3.11" # Keep in sync with tox.ini
- python-version: "3.13" # Keep in sync with tox.ini
Copy link
Member

Choose a reason for hiding this comment

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

Not sure why does this mention tox.ini as we usually need to sync this with .readthedocs.yml (which wasn't changed in this PR, but we currently can't use 3.13 to build docs as RTD doesn't support that yet, so the docs Python version should be bumped only to 3.12.

@wRAR
Copy link
Member

wRAR commented Oct 23, 2024

Besides the test failures, it looks like all non-test envs (flake8, twinecheck, docs) run tox -e py instead of the correct check.

@serhii73 serhii73 merged commit a4144c6 into master Oct 25, 2024
6 of 17 checks passed
@wRAR wRAR deleted the chore/remove-old-python-add-3.12-3.13 branch December 5, 2024 12:33
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