Skip to content

Commit d847fe2

Browse files
committed
don't run tests on django main version, update fork maintainer
1 parent a2a049d commit d847fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
license="MIT",
2626
author="Jan-Jelle Kester",
27-
maintainer="Alieh Rymašeŭski",
27+
maintainer="Ilya Datskevich",
2828
description="Audit log app for Django",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
{py39,py310,py311}-django42
44
{py310,py311,py312}-django50
55
{py310,py311,py312,py313}-django51
6-
{py312,py313}-djangomain
6+
; {py312,py313}-djangomain
77
py39-docs
88
py39-lint
99

0 commit comments

Comments
 (0)