Skip to content

Commit 87fb2c1

Browse files
authored
Update python_requires to have minimum of 3.5 (#95)
* Update python_requires to have minimum of 3.5 Signed-off-by: Daniel Middlecote <[email protected]> * Bump to v3.0.2 Signed-off-by: Daniel Middlecote <[email protected]>
1 parent 48ea7b8 commit 87fb2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setuptools.setup(
2020
name='testcontainers',
2121
packages=setuptools.find_packages(exclude=['tests']),
22-
version='3.0.1',
22+
version='3.0.2',
2323
description='Library provides lightweight, throwaway instances of common databases, Selenium '
2424
'web browsers, or anything else that can run in a Docker container',
2525
author='Sergey Pirogov',
@@ -61,5 +61,5 @@
6161
},
6262
long_description_content_type="text/x-rst",
6363
long_description=long_description,
64-
python_requires='~=3.5',
64+
python_requires='>=3.5',
6565
)

0 commit comments

Comments
 (0)