summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-04-06 22:53:47 -0700
committerGitHub <noreply@github.com>2020-04-06 22:53:47 -0700
commit29f19d01db21d2245a579f8f3557592260505393 (patch)
treec461ed5b8179e76f8794ef5fd5f8bf2a4e6523da
parent5c6044771ce627c95b234765063ce8d3897eadbf (diff)
parentfbe6704553bf132e4f90c2e01c01ca132cbb2fca (diff)
downloadpep8-29f19d01db21d2245a579f8f3557592260505393.tar.gz
Merge pull request #923 from jnozsc/py38
setup.py: add py38 to document
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f02060f..d7d01df 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',