Skip to content

Commit

Permalink
Test support for Django 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Oct 11, 2023
1 parent a24f01e commit f919c48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ envlist =
isort,
mypy,
pypi,
py37-{3.2}-{sqlite,postgresql},
py{38,39,310}-{3.2,4.0,4.1,4.2,main}-{sqlite,postgresql},
py311-{4.1,4.2,main}-{sqlite,postgresql},
py37-3.2-{sqlite,postgresql},
py{38,39}-{3.2,4.1,4.2}-{sqlite,postgresql},
py310-{3.2,4.1,4.2,5.0,main}-{sqlite,postgresql},
py311-{4.1,4.2,5.0,main}-{sqlite,postgresql},

[gh-actions]
python =
Expand Down Expand Up @@ -39,9 +40,9 @@ commands =
deps =
coverage
3.2: Django>=3.2,<4
4.0: Django>=4.0,<4.1
4.1: Django>=4.1,<4.2
4.2: Django>=4.2a1,<5
4.2: Django>=4.2,<5
5.0: Django>=5.0a1,<5.1
main: https://github.com/django/django/archive/main.tar.gz
postgresql: psycopg2-binary
ignore_outcome =
Expand Down

0 comments on commit f919c48

Please sign in to comment.