Skip to content

Commit 8bc030b

Browse files
wegankNickCao
andauthored
python3Packages.azure-keyvault-administration: drop support for python 3.8
Co-authored-by: Nick Cao <[email protected]>
1 parent 639d4e2 commit 8bc030b

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/python-modules/azure-keyvault-administration

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/azure-keyvault-administration/default.nix

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

17-
disabled = pythonOlder "3.8";
17+
disabled = pythonOlder "3.9";
1818

1919
src = fetchPypi {
2020
pname = "azure_keyvault_administration";

0 commit comments

Comments
 (0)