From 794159d44c1e8d8fdc2db6d06be97941fa7892de Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 4 Oct 2021 19:21:58 -0700 Subject: Bump version to 1.15.0rc2 --- setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index efa82c7..5cd4845 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ Contact `Mailing list `_ """, - version='1.15.0rc1', + version='1.15.0rc2', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} @@ -224,14 +224,13 @@ Contact classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'License :: OSI Approved :: MIT License', -- cgit v1.2.1