Skip to content

Commit

Permalink
Bugfix in setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvaldm committed Dec 14, 2020
1 parent e0301a8 commit a95a422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
classifiers=[
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
)

0 comments on commit a95a422

Please sign in to comment.