Skip to content

Commit

Permalink
setup: Shorten list of supported python versions
Browse files Browse the repository at this point in the history
Reduces the list of supported python versions to 2 and 3 in the
manifest. Although it works with a lot of dot-releases, the list just
grows too large.
  • Loading branch information
st-bender committed Jan 25, 2022
1 parent d6b0d57 commit f819dfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ def find_meta(meta, *path):
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Utilities',
],
Expand Down

0 comments on commit f819dfc

Please sign in to comment.