Skip to content

Commit

Permalink
setup.py update for all versions in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lux563624348 committed Jun 12, 2021
1 parent 55ea4f4 commit 762d4b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
# that you indicate you support Python 3. These classifiers are *not*
# checked by 'pip install'. See instead 'python_requires' below.
'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.6',
# 'Programming Language :: Python :: 3.7',
# 'Programming Language :: Python :: 3.8',
# 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

# This field adds keywords for your project which will appear on the
Expand Down

0 comments on commit 762d4b5

Please sign in to comment.