Skip to content

Conversation

@adamantike
Copy link
Contributor

@adamantike adamantike commented Oct 25, 2021

Description

Remove unwanted support for Python versions <3.6. This integration mistakenly lists Python 3.4 support, because it was merged in open-telemetry/opentelemetry-python#1039, after the merge of open-telemetry/opentelemetry-python#1099, so the latter didn't consider falcon.

Python 3.4 is broken nevertheless, as this integration already includes f-strings and other opentelemetry dependencies, which require Python 3.6.

Fixes #772.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Does This PR Require a Core Repo Change?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@adamantike adamantike requested a review from a team October 25, 2021 14:55
Remove unwanted support for Python versions <3.6.
This integration mistakenly lists Python 3.4 support, because it was
merged in
open-telemetry/opentelemetry-python#1039,
after the merge of
open-telemetry/opentelemetry-python#1099, so the
latter didn't consider `falcon`.

Python 3.4 is broken nevertheless, as this integration already includes
f-strings and other `opentelemetry` dependencies, which require Python 3.6.

Fixes open-telemetry#772.
@owais owais merged commit 3a78439 into open-telemetry:main Oct 25, 2021
@adamantike adamantike deleted the falcon-drop-py34 branch October 25, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

falcon: Remove or fix Python 3.4+ support

2 participants