From 14b5d456be299922bab49a085a4e69ce562d3aa1 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 30 Aug 2023 13:48:45 +1200 Subject: [PATCH] python: simplify PYPI metadata to just supporting Python 3 Prevents the supported versions from becoming out of sync when the wheel build is updated. --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a39d8f359..1302f2002 100644 --- a/setup.py +++ b/setup.py @@ -109,11 +109,7 @@ def call(cmd): 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3', ], 'keywords': 'Bitcoin wallet BIP32 BIP38 BIP39 secp256k1', 'project_urls': {