summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2019-12-06 14:14:59 -0800
committerGitHub <noreply@github.com>2019-12-06 14:14:59 -0800
commit6d3a2188e0ae793a9f45de735a5cf515613dba27 (patch)
tree0f4b04421f8794c4aba1900238dbc4b4e08b36fb /setup.py
parenta54ea98feed0a7593475b94de3a359e9e1fe8fdb (diff)
parentabd4aea3ace3deb2e1b8db7bae12e1a798301032 (diff)
downloadappdirs-6d3a2188e0ae793a9f45de735a5cf515613dba27.tar.gz
Merge pull request #126 from jdufresne/py38
Add Python 3.8 to the test matrix
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 3458387..50df9c7 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,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 :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules',