-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v4.2, v4.0, v3.4
PyMongo removed support for Python 2.6 in PYTHON-1467:
[2019/02/28 15:00:41.750] Running auth tests over nossl with python /opt/python/2.6/bin/python [2019/02/28 15:00:41.758] + /opt/python/2.6/bin/python -c 'import sys; print(sys.version)' [2019/02/28 15:00:41.758] + COVERAGE_OR_PYTHON=/opt/python/2.6/bin/python [2019/02/28 15:00:41.758] + COVERAGE_ARGS= [2019/02/28 15:00:41.758] + '[' -n '' -a CPython = CPython ']' [2019/02/28 15:00:41.758] + /opt/python/2.6/bin/python setup.py clean [2019/02/28 15:00:41.772] Traceback (most recent call last): [2019/02/28 15:00:41.772] File "setup.py", line 9, in <module> [2019/02/28 15:00:41.772] raise RuntimeError("Python version >= 2.7 required.") [2019/02/28 15:00:41.772] RuntimeError: Python version >= 2.7 required.
We need to remove 2.6 from drivers-nightly-3.4, drivers-nightly-4.0, and drivers-nightly (drivers-nightly-3.6 already doesn't use Python 2.6).
CC: behackett
- related to
-
PYTHON-1467 Drop support for CPython 2.6
- Released