From 72ee6a1c2ad6c0d8ff41807927cd2f3447c65ebb Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Fri, 18 Nov 2016 20:11:38 +0100 Subject: [PATCH] Updated changelog and added PyPy and CPython classifiers. [ci skip] --- CHANGES.rst | 6 +++++- setup.py | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6e02c5d..a2852be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,11 @@ Changelog 3.11 (unreleased) ----------------- -- Nothing changed yet. +Fixes: + +- Successfully test with pypy and pypy3. [gforcada] + +- Minor documentation update. [tpltnt] 3.10 (2016-05-26) diff --git a/setup.py b/setup.py index 2815b6e..d6c4a28 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,8 @@ setuptools.setup( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', "Programming Language :: Python", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3",