[pypy-commit] cffi default: Add Python 3.6 in that list

arigo pypy.commits at gmail.com
Sun Sep 17 02:45:36 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3018:f61db8830105
Date: 2017-09-17 08:45 +0200
http://bitbucket.org/cffi/cffi/changeset/f61db8830105/

Log:	Add Python 3.6 in that list

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -231,6 +231,7 @@
             'Programming Language :: Python :: 3.3',
             'Programming Language :: Python :: 3.4',
             'Programming Language :: Python :: 3.5',
+            'Programming Language :: Python :: 3.6',
             'Programming Language :: Python :: Implementation :: CPython',
             'Programming Language :: Python :: Implementation :: PyPy',
         ],


More information about the pypy-commit mailing list