Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c2c4adf

Browse files
committed
solidfied the Python3 only mindset
1 parent 64f3a01 commit c2c4adf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,16 @@ def main():
4343
'Intended Audience :: Developers',
4444
'Topic :: Software Development :: Libraries :: Python Modules',
4545
'License :: OSI Approved :: MIT License',
46+
'Programming Language :: Python',
4647
'Programming Language :: Python :: 3'
48+
'Programming Language :: Python :: 3.5',
49+
'Programming Language :: Python :: 3.6',
50+
'Programming Language :: Python :: 3.7',
51+
'Programming Language :: Python :: 3.8',
52+
'Programming Language :: Python :: 3.9',
53+
'Programming Language :: Python :: 3.10',
54+
'Programming Language :: Python :: 3.11',
55+
'Programming Language :: Python :: 3 :: Only',
4756
]
4857
)
4958

0 commit comments

Comments
 (0)