Skip to content

Commit 38af147

Browse files
committed
updates tox config
1 parent 6b544bc commit 38af147

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.6
1+
Release 2.6
22
-----------
33
* add support do Django 5.x
44
* drop support python 3.9

tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = d{42,50}-py{311,312}-{pg,sqlite,mysql},docs,lint,package
2+
envlist = d{42,51}-py{311,312}-{pg,sqlite,mysql},docs,lint,package
33

44

55
[pytest]
@@ -53,9 +53,8 @@ deps =
5353
pdm
5454
pypy-pg: psycopg2cffi
5555
mysql: mysqlclient
56-
d32: django==3.2.*
5756
d42: django==4.2.*
58-
d50: django==5.0.*
57+
d51: django==5.1.*
5958

6059

6160
commands =

0 commit comments

Comments
 (0)