Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate support for python 2.7 and 3.4 in the next major version #255

Closed
srprash opened this issue Dec 2, 2020 · 4 comments · Fixed by #387
Closed

Deprecate support for python 2.7 and 3.4 in the next major version #255

srprash opened this issue Dec 2, 2020 · 4 comments · Fixed by #387

Comments

@srprash
Copy link
Contributor

srprash commented Dec 2, 2020

Python 2.7(the last of python2) and 3.4 have reached their end-of-life and are no longer supported.

The SDK should deprecate the support for these versions in the 3.0.0 release. FYI, the OpenTelemetry for Python supports python 3.5 and above.

@michael-k
Copy link
Contributor

Python 3.5 has reached its EOL in September 2020: https://www.python.org/dev/peps/pep-0478/

OpenTelemetry for Python dropped support for Python 3.5 in open-telemetry/opentelemetry-python@d21793d.

@stale
Copy link

stale bot commented Jan 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in next 7 days. Thank you for your contributions.

@stale stale bot added the stale label Jan 8, 2022
@michael-k
Copy link
Contributor

michael-k commented Jun 22, 2022

Python 3.6 has reached its EOL in December 2021: https://peps.python.org/pep-0494/

OpenTelemetry for Python is preparing to drop dropped support for Python 3.6, see open-telemetry/opentelemetry-python#2763.

@michael-k
Copy link
Contributor

@jj22ee has dropped support for Python < 3.7 in 2.12, see eg. eaffcc8. But there's still work to do:

  • The classifiers still suggest support for Python 2.7 and 3.4–3.6.
  • install_requires includes dependencies for Python 2.7
  • There's no python_requires to prevent pip from installing 2.12 on Python < 3.7.
  • … (only had a rough look so far)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants