From 7cab11377ddd1e023cef900e6e59c5980375c890 Mon Sep 17 00:00:00 2001 From: Mingqing Liao Date: Mon, 30 Mar 2020 11:17:16 -0400 Subject: [PATCH] Update setup.py drop support for python3.5 (required by atomate https://atomate.org/installation.html#create-a-python-3-virtual-environment) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index cad7913d..a5171b2e 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ def readme(): 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8'