Skip to content

Commit 1bdf226

Browse files
wegankNickCao
andauthored
python312Packages.django-simple-history: drop support for python 3.8
Co-authored-by: Nick Cao <[email protected]>
1 parent 4b13d16 commit 1bdf226

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/django-simple-history/default.nix

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

18-
disabled = pythonOlder "3.8";
18+
disabled = pythonOlder "3.9";
1919

2020
src = fetchFromGitHub {
2121
owner = "jazzband";

0 commit comments

Comments
 (0)