From 55ac452784cb676c8bd5db7a3207e129e274fd91 Mon Sep 17 00:00:00 2001 From: Nikhil Date: Thu, 8 Aug 2019 09:42:43 +0530 Subject: [PATCH] Remove py37 as circleci doesn't have it --- setup.py | 3 +-- tox.ini | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ce115193..0e94e160 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ DESCRIPTION = "Security analysis tool for Ethereum smart contracts" URL = "https://github.com/ConsenSys/mythril" AUTHOR = "ConsenSys Dilligence" AUTHOR_MAIL = None -REQUIRES_PYTHON = ">=3.5.0" +REQUIRES_PYTHON = ">=3.6.0" # What packages are required for this module to be executed? @@ -115,7 +115,6 @@ setup( "Intended Audience :: Science/Research", "Topic :: Software Development :: Disassemblers", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", ], diff --git a/tox.ini b/tox.ini index b6d26b35..804b6791 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37 +envlist = py36 [testenv] deps =