python311Packages.auth0-python: update disabled
This commit is contained in:
parent
44909a1816
commit
59302f4a91
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "auth0-python";
|
||||
version = "4.7.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "auth0";
|
||||
|
|
Loading…
Reference in a new issue