-
Notifications
You must be signed in to change notification settings - Fork 345
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 compatibility for Django 4.1 and Python 3.10 #332
Conversation
26681fa
to
a81b56d
Compare
5cfc5c3
to
7a1d1ca
Compare
bd6ebf7
to
7a1d1ca
Compare
I tried to add Python 3.11 but apprently there is no image. It seems like these are now deprecated, which would explain why 3.11 doesn't have any:
|
if [ "$COVERALLS_REPO_TOKEN" != "" ] | ||
then | ||
coveralls | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To work around #292
Not an ideal fix, feel free to remove if you have a better idea
LGTM, thanks. |
Djangop 4.1 has been released for a bit now. Add it to the build matrix and declare supprot for it.