python311Packages.auth0-python: update disabled

This commit is contained in:
Fabian Affolter 2023-12-18 17:49:47 +01:00 committed by GitHub
parent 44909a1816
commit 59302f4a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";