~petersanchez/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

Re: [PATCH django-impersonate] Handle upcoming removal of timezone.utc (Django 5)

Hugo Rodger-Brown <hugo@yunojuno.com>
Details
Message ID
<CAA3-rkaCdhXkAOFmuS9DyK6yOm4D6PRdfQ0gZHTp4Zjr1dTf5A@mail.gmail.com>
DKIM signature
missing
Download raw message
Patch: +7 -1
# HG changeset patch
# User Hugo Rodger-Brown <hugo@yunojuno.com>
# Date 1678275953 0
#      Wed Mar 08 11:45:53 2023 +0000
# Node ID 4f2f5ede707f7fab5b7ea3dea5b43867282aaea8
# Parent  c0c223b5e10524c9cad20de0b11d901277f5b89d
Update tox build matrix

The original matrix was missing some combinations, and I couldn't work out
whether this was by design (latest minor version in each major version) or not,
so have gone for all currently supported versions from the documentation.

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,17 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py{37,38,39}-django{2.2,3.2},py{38,39}-django{4.0,4.1},py310-django{3.2,4.0,4.1},py311-django{3.2,4.0,4.1,main}
envlist =
 py{37,38,39}-django{2.2,3.0,3.1,3.2}
 py{38,39,310}-django{4.0}
 py{38,39,310,311}-django{4.1}
 py{310,311}-django{main}

[testenv]
commands = {envpython} runtests.py
deps =
 django2.2: django>=2.2,<3.0
 django3.0: django>=3.0,<3.1
 django3.1: django>=3.1,<3.2
 django3.2: django>=3.2,<4.0
 django4.0: django>=4.0,<4.1
 django4.1: django>=4.1,<4.2
Reply to thread Export thread (mbox)