From 1479745eb1b32928b02396b6243bca2e7f0bcaeb Mon Sep 17 00:00:00 2001 From: denisSurkov Date: Tue, 16 Jan 2024 21:02:25 +0500 Subject: [PATCH] Drop unsupported django 4.0, 4.1 --- .github/workflows/test.yml | 2 +- README.rst | 2 +- tox.ini | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59e6c2c..cb8ad91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: max-parallel: 5 matrix: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev'] - django-version: ['3.2', '4.0', '4.1', '4.2', 'main'] + django-version: ['3.2', '4.2', 'main'] include: - python-version: '3.7' django-version: '3.2' diff --git a/README.rst b/README.rst index 2bc7e7c..984aede 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ language using Transifex_. Also have a look at the bundled example templates and views to see how you can integrate the application into your project. -Compatible with Django 3.2 and 4.0 on Python 3.7 to 3.11. +Compatible with Django 3.2 and 4.2 on Python 3.7 to 3.11. Documentation is available at `readthedocs.org`_. diff --git a/tox.ini b/tox.ini index 191e76f..33521c7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,7 @@ minversion = 1.8 envlist = ; https://docs.djangoproject.com/en/4.2/faq/install/#what-python-version-can-i-use-with-django py{37}-dj32 - py{38,39,310}-dj{32,40,41} - py{311}-dj41 + py{38,39,310}-dj32 py{311,312}-dj{42,main} [gh-actions] @@ -20,8 +19,6 @@ python = [gh-actions:env] DJANGO = 3.2: dj32 - 4.0: dj40 - 4.1: dj41 4.2: dj42 main: djmain @@ -34,8 +31,6 @@ commands = deps = coverage dj32: Django>=3.2,<4.0 - dj40: Django>=4.0,<4.1 - dj41: Django>=4.1,<4.2 dj42: Django>=4.2,<4.3 djmain: https://github.com/django/django/archive/main.tar.gz geoip2