From 02d48d743f5661e930af0bbd651c3ab2f947f987 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 2 Jan 2020 21:31:48 -0800 Subject: [PATCH] add Python version 3.7 and 3.8 to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e11032b8c..bfadab97a 100644 --- a/setup.py +++ b/setup.py @@ -516,7 +516,8 @@ setup( 'Operating System :: MacOS', 'Intended Audience :: Science/Research', "Programming Language :: Python", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Topic :: Games/Entertainment :: Simulation', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Games/Entertainment :: Simulation', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Framework :: Robot Framework' ],