From 762d4b523a4b806e5dc915edae6e28858d9602ca Mon Sep 17 00:00:00 2001 From: lux563624348 Date: Sat, 12 Jun 2021 12:51:16 -0400 Subject: [PATCH] setup.py update for all versions in python3 --- python_package/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python_package/setup.py b/python_package/setup.py index 44257f3..a0b177d 100644 --- a/python_package/setup.py +++ b/python_package/setup.py @@ -85,11 +85,11 @@ # that you indicate you support Python 3. These classifiers are *not* # checked by 'pip install'. See instead 'python_requires' below. 'Programming Language :: Python :: 3', - # 'Programming Language :: Python :: 3.6', - # 'Programming Language :: Python :: 3.7', - # 'Programming Language :: Python :: 3.8', - # 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], # This field adds keywords for your project which will appear on the