-
Notifications
You must be signed in to change notification settings - Fork 428
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
Django 4.0 and Python 3.10 support #528
Conversation
mu only concern is does django below 4 supoort zoneinfo? |
According to this: https://docs.djangoproject.com/en/4.0/releases/4.0/#zoneinfo-default-timezone-implementation |
.travis.yml
Outdated
env: | ||
- DJANGO=2.2 | ||
- DJANGO=3.0 |
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.
our travis CI don't work anymore, I am working on moving to github actions
Any update on this? This is blocking us from upgrading one of our projects to Django 4, and we would love to get it merged. |
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.
needs rebase
# Conflicts: # .travis.yml # requirements/test.txt # setup.py # t/proj/urls.py # t/unit/test_models.py # tox.ini
builds are failing |
The build errors seem to be related to RabbitMQ being down during tests - except for the 3.8 one, which seems to call the 3.9 executable (and obviously fail) for whatever reason. |
@ElSaico checking in, looks like there is a rebase request in order to move this forward, is that something you can push? |
@auvipy Made a number of fixes in GitHub Actions, including stuff that breaks on master already. The only things broken now are the Sphinx builds, because of this:
I've fixed the entries on
|
Fix the extlinks entries in sphinx_celery -- should be the go :) |
python 3.8 builds seems to be a github network issue |
we can fix the sphinx issues in another PR |
Closes #462 (needed to upgrade pytest because of pytest-dev/pytest#8546)
Closes #465 (removed all pytz-isms and fixed incompatibilities with django-timezone-field 5.0)
Closes #518 (was one of such pytz-isms)