From 24fefa755a992b1d8d979b50e359b7301dcbdee4 Mon Sep 17 00:00:00 2001 From: Daniel Middlecote Date: Tue, 26 May 2020 17:29:05 +0100 Subject: [PATCH 1/2] Update python_requires to have minimum of 3.5 Signed-off-by: Daniel Middlecote --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b611a9141..f73a74ef8 100644 --- a/setup.py +++ b/setup.py @@ -61,5 +61,5 @@ }, long_description_content_type="text/x-rst", long_description=long_description, - python_requires='~=3.5', + python_requires='>=3.5', ) From aa04db3264b7e6bc34296d63d721efb880036c19 Mon Sep 17 00:00:00 2001 From: Daniel Middlecote Date: Tue, 26 May 2020 18:01:05 +0100 Subject: [PATCH 2/2] Bump to v3.0.2 Signed-off-by: Daniel Middlecote --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f73a74ef8..4cf969159 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='testcontainers', packages=setuptools.find_packages(exclude=['tests']), - version='3.0.1', + version='3.0.2', description='Library provides lightweight, throwaway instances of common databases, Selenium ' 'web browsers, or anything else that can run in a Docker container', author='Sergey Pirogov',