python310Packages.praw: update disable

This commit is contained in:
Fabian Affolter 2022-05-11 13:36:48 +02:00 committed by GitHub
parent dca0c4a803
commit 0ecfb204ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "7.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "praw-dev";