python3Packages.asgiref: update supported Python releases
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user