python3Packages.asgiref: update supported Python releases

This commit is contained in:
Fabian Affolter 2022-03-23 10:39:27 +01:00 committed by GitHub
parent cf73b899c0
commit 8d862c5702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@
buildPythonPackage rec {
version = "3.5.0";
pname = "asgiref";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "django";