Skip to content

Commit 97d8d57

Browse files
authored
python312Packages.django-modelcluster: drop support for python 3.8
1 parent 84fb4a0 commit 97d8d57

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/django-modelcluster

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/django-modelcluster/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildPythonPackage rec {
1616
version = "6.4";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "wagtail";

0 commit comments

Comments
 (0)