From 2c9d7047c9894b96876d13888468330efb87ae32 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 7 Jan 2022 22:30:33 +0100 Subject: [PATCH] Remove Django 3.1 support. --- CHANGES.rst | 1 + docs/source/installation.rst | 2 +- setup.py | 1 - tox.ini | 3 +-- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 21026bc..d7aad03 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,3 +9,4 @@ Unreleased - Add Django 3.2 support. - Add Python 3.10 to testing matrix - Add Django 4.0 support. +- Remove Django 3.1 support. diff --git a/docs/source/installation.rst b/docs/source/installation.rst index dec691d..f68e602 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -14,7 +14,7 @@ The repository can be found at https://github.com/jazzband/django-auditlog/. - Python 3.7 or higher - Django 2.2 or higher -Auditlog is currently tested with Python 3.7 - 3.8 and Django 2.2, 3.1 and 3.2. The latest test report can be found +Auditlog is currently tested with Python 3.7+ and Django 2.2, 3.2 and 4.0. The latest test report can be found at https://github.com/jazzband/django-auditlog/actions. Adding Auditlog to your Django application diff --git a/setup.py b/setup.py index 44dd547..54a182d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ setup( "Programming Language :: Python :: 3.10", "Framework :: Django", "Framework :: Django :: 2.2", - "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "License :: OSI Approved :: MIT License", ], diff --git a/tox.ini b/tox.ini index 20123bd..19601b1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - {py37,py38,py39}-django{22,31} + {py37,py38,py39}-django22 {py37,py38,py39,py10}-django32 {py38,py39,py10}-djangomain py38-docs @@ -12,7 +12,6 @@ commands = coverage xml deps = django22: Django>=2.2,<2.3 - django31: Django>=3.1,<3.2 django32: Django>=3.2,<3.3 djangomain: https://github.com/django/django/archive/main.tar.gz # Test requirements