Skip to content

Commit

Permalink
Refresh supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Mar 29, 2022
1 parent 57e6181 commit 51017d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ def read(fname):
'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.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
packages=find_packages(),
entry_points={
Expand Down

0 comments on commit 51017d7

Please sign in to comment.