diff --git a/setup.py b/setup.py index 23438725..03bcac55 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ def read(fname): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", ], diff --git a/tox.ini b/tox.ini index 8c0f57a2..bdc43c61 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = # sphinx Sphinx==4.2.0 ; django-dbdiff - git+https://github.com/pfouque/django-dbdiff.git@fix312#egg=django-dbdiff + git+https://github.com/yourlabs/django-dbdiff.git@master#egg=django-dbdiff [test] deps = @@ -43,7 +43,7 @@ deps = pylint-django djangorestframework ; django-dbdiff - git+https://github.com/pfouque/django-dbdiff.git@fix312#egg=django-dbdiff + git+https://github.com/yourlabs/django-dbdiff.git@master#egg=django-dbdiff django-ajax-selects==2.2.0 django-autoslug==1.9.9 graphene==3.3