Skip to content

Commit 14b5d45

Browse files
committed
python: simplify PYPI metadata to just supporting Python 3
Prevents the supported versions from becoming out of sync when the wheel build is updated.
1 parent 2032311 commit 14b5d45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,7 @@ def call(cmd):
109109

110110
'License :: OSI Approved :: MIT License',
111111

112-
'Programming Language :: Python :: 3.6',
113-
'Programming Language :: Python :: 3.7',
114-
'Programming Language :: Python :: 3.8',
115-
'Programming Language :: Python :: 3.9',
116-
'Programming Language :: Python :: 3.10',
112+
'Programming Language :: Python :: 3',
117113
],
118114
'keywords': 'Bitcoin wallet BIP32 BIP38 BIP39 secp256k1',
119115
'project_urls': {

0 commit comments

Comments
 (0)