Skip to content

Commit

Permalink
drop older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jan 29, 2025
1 parent b346b1b commit 19dfaf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "pypy3.9" ]
django: [ "32", "41", "42", "50" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9" ]
django: [ "32", "42", "50" ]
exclude:
- python-version: "3.11"
django: "32"
Expand All @@ -24,6 +24,8 @@ jobs:
django: "50"
- python-version: "pypy3.9"
django: "50"
- python-version: "3.12"
django: "32"

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-django.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=2.2,<5.1
Django>=2.2,<6.0
psycopg>=3.1.8
14 changes: 6 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist =
py311-django{41,42,50}
py310-django{42,41,40,50,32}
py39-django{42,41,40,32}
py38-django{42,41,40,32}
py37-django{32}
pypy39-django{42,41,40,32}
py312-django{42,50}
py311-django{42,50}
py310-django{42,50,32}
py39-django{42,32}
py38-django{42,32}
pypy39-django{42,32}

flake8
apicheck
Expand All @@ -15,8 +15,6 @@ envlist =

[travis:env]
DJANGO =
4.1: django41
4.0: django40
3.2: django32
4.2: django42
5.0: django50
Expand Down

0 comments on commit 19dfaf8

Please sign in to comment.