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

feat(deps): add support for Python 3.13 and later #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

terop
Copy link

@terop terop commented Oct 18, 2024

Python 3.13 has been released last week so add support for it so that early adopters can use it.

@terop terop requested a review from TheKevJames as a code owner October 18, 2024 17:09
felddy added a commit to felddy/foundryvtt-docker that referenced this pull request Oct 22, 2024
@terop
Copy link
Author

terop commented Nov 5, 2024

@TheKevJames could you kindly check this PR?

felddy added a commit to felddy/foundryvtt-docker that referenced this pull request Nov 8, 2024
felddy added a commit to felddy/foundryvtt-docker that referenced this pull request Nov 8, 2024
felddy added a commit to felddy/reusable-workflows that referenced this pull request Nov 8, 2024
felddy added a commit to felddy/reusable-workflows that referenced this pull request Nov 8, 2024
@meherett
Copy link

Any update?

pyproject.toml Outdated
@@ -31,7 +31,7 @@ coveralls = "coveralls.cli:main"
python-coveralls = "coveralls.cli:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.8,<3.14"
Copy link

Choose a reason for hiding this comment

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

I recommend removing the upper limit, it will prevent this problem next year (and beyond) and also prevents us testing our projects on 3.14 now (it's already in alpha):

Suggested change
python = ">=3.8,<3.14"
python = ">=3.8"

See https://iscinumpy.dev/post/bound-version-constraints/ for the long version.

Copy link
Author

Choose a reason for hiding this comment

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

Changed.

@terop terop force-pushed the python_313_support branch from 7fb2b53 to 0ff8f20 Compare December 16, 2024 08:52
@terop terop changed the title feat(deps): add Python 3.13 support feat(deps): add support for Python 3.13 and later Dec 16, 2024
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.

3 participants