Skip to content

Commit 3f184ea

Browse files
committed
dj5.2
1 parent e7a38fc commit 3f184ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
max-parallel: 1
6363
matrix:
6464
python-version: [ "3.11", "3.12", "3.13" ]
65-
django-version: [ "4.2", "5.1" ]
65+
django-version: [ "4.2", "5.2" ]
6666
fail-fast: true
6767
needs: [ changes ]
6868
if: needs.changes.outputs.run_tests || needs.changes.outputs.lint
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = __version__ = "0.5.0"
1+
VERSION = __version__ = "0.7.0"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = d{42,51}-py{311,312,313}
2+
envlist = d{42,52}-py{311,312,313}
33
skip_missing_interpreters = true
44

55
[testenv]
@@ -14,7 +14,7 @@ whitelist_externals = mkdir
1414
changedir={toxinidir}
1515
setenv =
1616
d42: DJANGO = "django==4.2.*"
17-
d51: DJANGO = "django==5.1.*"
17+
d52: DJANGO = "django==5.2.*"
1818
d42: LOCK = "uv4.lock"
1919
d51: LOCK = "uv5.lock"
2020

0 commit comments

Comments
 (0)