3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159293 from SFrijters/tappy-python-versions

python3Packages.tappy: update supported Python version
This commit is contained in:
Fabian Affolter 2022-02-25 11:52:41 +01:00 committed by GitHub
commit 63f86edf84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ buildPythonPackage rec {
pname = "tap.py";
version = "3.1";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;