summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-08 22:31:41 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-12 17:37:23 +0700
commitda7569a4404342b03e96b0e7ac31391ae58aecdd (patch)
treeac519cf49fcfdee8781f710eae84e3a8ea6433e6 /setup.py
parent063f2ae74e22db90eb8ecd716c77ffbc889df6fe (diff)
downloadpip-da7569a4404342b03e96b0e7ac31391ae58aecdd.tar.gz
Document and start testing Python 3.9 support
At first use it for GitHub Action for linting.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0557690de..2601d8bd9 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],