Skip to content

Commit 05a9e79

Browse files
authored
python312Packages.pytest-mypy-plugins: drop support for python 3.8
1 parent 602d403 commit 05a9e79

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/pytest-mypy-plugins

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/pytest-mypy-plugins/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
version = "3.2.0";
2222
pyproject = true;
2323

24-
disabled = pythonOlder "3.8";
24+
disabled = pythonOlder "3.9";
2525

2626
src = fetchFromGitHub {
2727
owner = "typeddjango";

0 commit comments

Comments
 (0)