Skip to content

Commit

Permalink
setup: add Python 3.9 to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 21, 2021
1 parent 38faa36 commit 606c5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def find_all_files(directory, endings=None):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit 606c5c1

Please sign in to comment.