summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-22 05:56:04 -0700
commit4820757eedd6812c800841029253f40c643c389f (patch)
tree9b61e6c3bf5fcfbd2ce95e979c238eb083c816b0 /setup.py
parent78464987e8e3cb2188253783d9968ae4d86669d9 (diff)
downloadpyramid-4820757eedd6812c800841029253f40c643c389f.tar.gz
pyramid-4820757eedd6812c800841029253f40c643c389f.tar.bz2
pyramid-4820757eedd6812c800841029253f40c643c389f.zip
Bump Python version to 3.7 in docs and project meta files
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 17a18f3b5..10ed3fa23 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ setup(name='pyramid',
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",