Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python_version: ['3.12']
ubuntu_version: ['22.04', '24.04']
tox_env: [ "django42", "django52"]
tox_env: [ "django52"]
include:
- tox_env: quality
ubuntu_version: '24.04'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog
Unreleased
**********

*
* Dropped Django 4.2 from CI test matrix; bumped numpy, tox, virtualenv

4.1.0 - 2025-11-04
******************
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ wheel==0.46.3 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1 # via pip-tools
setuptools==82.0.0 # via pip-tools
setuptools==82.0.1 # via pip-tools
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
numpy==2.4.2 # via -r requirements/sandbox.in
numpy==2.4.3 # via -r requirements/sandbox.in
six==1.17.0 # via -r requirements/sandbox.in
1 change: 1 addition & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
asgiref==3.11.1 # via django
astroid==4.0.4 # via pylint
dill==0.4.1 # via pylint
django==5.2.12 # via -c requirements/common_constraints.txt, -r requirements/testing.in
iniconfig==2.3.0 # via pytest
isort==8.0.1 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
Expand Down
12 changes: 6 additions & 6 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
cachetools==7.0.4 # via tox
cachetools==7.0.5 # via tox
colorama==0.4.6 # via tox
distlib==0.4.0 # via virtualenv
filelock==3.25.0 # via python-discovery, tox, virtualenv
filelock==3.25.2 # via python-discovery, tox, virtualenv
packaging==26.0 # via pyproject-api, tox
platformdirs==4.9.4 # via python-discovery, tox, virtualenv
pluggy==1.6.0 # via tox
pyproject-api==1.10.0 # via tox
python-discovery==1.1.1 # via virtualenv
python-discovery==1.2.0 # via virtualenv
tomli-w==1.2.0 # via tox
tox==4.49.0 # via -r requirements/tox.in
virtualenv==21.1.0 # via tox
tox==4.50.3 # via -r requirements/tox.in
virtualenv==21.2.0 # via tox
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = django{42,52},quality
envlist = django52,quality

[testenv]
passenv =
Expand All @@ -9,7 +9,6 @@ allowlist_externals =
make
mkdir
deps =
django42: Django~=4.2
django52: Django~=5.2
-rrequirements/testing.txt
-rrequirements/sandbox.txt
Expand Down