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

Added support for Python 3.13 #756

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

Added support for Python 3.13 #756

wants to merge 1 commit into from

Conversation

ulgens
Copy link
Member

@ulgens ulgens commented Oct 26, 2024

No description provided.

@ulgens ulgens self-assigned this Oct 26, 2024
@WisdomPill
Copy link
Member

WisdomPill commented Oct 26, 2024

redis-py still doesn't support python3.13 officially yet, but we can give it a go.

@WisdomPill
Copy link
Member

Any plans for it? @chayim @dvora-h

@foarsitter
Copy link
Contributor

@ulgens do not forget to add the classifier for python 3.13 to setup.cfg.

@ulgens
Copy link
Member Author

ulgens commented Oct 26, 2024

@WisdomPill I was just checking redis-py, I'll try to create a PR there too, hopefully in the following week.

@@ -60,9 +61,10 @@ envlist =
# tests against released versions
py{38,39}-dj{42}-redislatest
py{310,311,312}-dj{42,50,51}-redislatest
py313-dj51-redislatest
Copy link
Member

Choose a reason for hiding this comment

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

why not do like on line 67?

Copy link
Member Author

Choose a reason for hiding this comment

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

This line aims to add Python 3.13 (supported only by Django 5.1) and the latest Redis to the matrix. Not sure how it can be more like line 67, an example would be nice.

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
py313-dj51-redislatest
py313-dj51-redis{latest,master}

and remove py313-dj51-redismaster from line 66

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, I see. I can apply that, but there is contextual grouping between tests against released versions and tests against unreleased versions in that block. Do we want to change that?

Copy link
Member

Choose a reason for hiding this comment

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

python3.13 is not yet supported by redis-py officially so I guess we can consider it unreleased 😄

Base automatically changed from update_docs_supported_versions to master October 26, 2024 09:48
@ulgens
Copy link
Member Author

ulgens commented Oct 26, 2024

@ulgens do not forget to add the classifier for python 3.13 to setup.cfg.

It's in place right now. Thank for the reminder.

@chayim
Copy link

chayim commented Nov 17, 2024

@vladvildanov I think this is you now.

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.

4 participants