Skip to content

Commit

Permalink
Drop support for Django 3.2, Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 18, 2024
1 parent 5ae83ba commit 705906f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ jobs:
strategy:
matrix:
include:
- python: "3.8"
django: "Django>=3.2,<4.0"
taggit: "django-taggit>=2.1.0"
database: "postgresql"
psycopg: "psycopg2>=2.9.2"
experimental: false
- python: "3.11"
- python: "3.9"
django: "Django>=4.2,<4.3"
taggit: "django-taggit>=2.1.0"
database: "postgresql"
Expand Down
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[tox]
envlist =
py{38,39}-dj{32,42}-{sqlite,postgres}-taggit2
py{310}-dj{32,42,50,51,51stable,master}-{sqlite,postgres}-taggit2
py{311,312,313}-dj{42,50,51,51stable,master}-{sqlite,postgres}-taggit2
py{39}-dj{42}-{sqlite,postgres}-taggit2
py{310,311,312,313}-dj{42,50,51,51stable,master}-{sqlite,postgres}-taggit2

[testenv]
allowlist_externals = ./runtests.py
commands = ./runtests.py --noinput {posargs}

basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
Expand All @@ -18,7 +16,6 @@ basepython =

deps =
taggit2: django-taggit>=2.0
dj32: Django>=3.2,<3.3
dj42: Django>=4.2,<4.3
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
Expand Down

0 comments on commit 705906f

Please sign in to comment.