3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.azure-data-tables: drop support for python 3.7

This commit is contained in:
Weijia Wang 2024-01-22 23:54:10 +01:00 committed by GitHub
parent ee851aa313
commit 8337f7b898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "12.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;