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

Add Django to install_requires and test on Django 4.1/Python 3.11 #351

Merged
merged 3 commits into from
Dec 18, 2022
Merged

Add Django to install_requires and test on Django 4.1/Python 3.11 #351

merged 3 commits into from
Dec 18, 2022

Conversation

gopackgo90
Copy link
Contributor

Also removed some remaining django 2.2 mentions

@@ -13,8 +13,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10" ]
django: [ 32, 40 ]
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11" ]
Copy link
Member

Choose a reason for hiding this comment

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

i would like to add pypy-3.9 instead of python 3.7

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added pypy-3.9, but I think it's a good idea to keep python 3.7 in here as it's the minimum supported Python version supported by this library currently and most likely to break if someone accidentally adds a language feature that's python 3.8+.

Copy link
Member

Choose a reason for hiding this comment

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

yeah ok

@auvipy auvipy merged commit 2440f3d into celery:master Dec 18, 2022
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