Skip to content

Commit

Permalink
Add python 3.8 && 3.9 to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
foutaise committed Dec 10, 2020
1 parent 5927562 commit 2503819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
'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',
],
options={"bdist_wheel": {"universal": "1"}}
)

0 comments on commit 2503819

Please sign in to comment.