Skip to content

Commit 1045cb0

Browse files
setup: clarify Python versions
We run tests with Python 3.6 and newer. Python 3.5 has reached its end of life two years ago [1]. Our code already doesn't work on Python 3.5 [2]. 1. https://endoflife.date/python 2. https://github.com/tarantool/tarantool-python/actions/runs/3243224481/jobs/5317632662 Part of #232
1 parent 795c7e5 commit 1045cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ def find_version(*file_paths):
104104
setup_requires=[
105105
'setuptools_scm==6.4.2',
106106
],
107-
python_requires='>=3',
107+
python_requires='>=3.6',
108108
)

0 commit comments

Comments
 (0)