From 58551b4813a87a4ef6d83f2a91efd4995a07ccf0 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 5 Feb 2016 10:58:17 -0500 Subject: [PATCH] [Doc] Cantera supports Python 3.5 --- interfaces/cython/setup.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/cython/setup.py.in b/interfaces/cython/setup.py.in index b6a4e421b..9e60cee50 100644 --- a/interfaces/cython/setup.py.in +++ b/interfaces/cython/setup.py.in @@ -83,6 +83,7 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Scientific/Engineering :: Chemistry', ], package_data = {