Skip to content

Commit

Permalink
Revert "dropping support for python 3.4 (#1099)"
Browse files Browse the repository at this point in the history
This reverts commit 096a8ea.
  • Loading branch information
codeboten committed Oct 23, 2020
1 parent ea08aa2 commit c757f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions exporter/opentelemetry-exporter-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

## Unreleased

- Drop support for Python 3.4
([#1099](https://github.com/open-telemetry/opentelemetry-python/pull/1099))

## Version 0.12b0

Released 2020-08-14
Expand Down
3 changes: 2 additions & 1 deletion exporter/opentelemetry-exporter-prometheus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[options]
python_requires = >=3.5
python_requires = >=3.4
package_dir=
=src
packages=find_namespace:
Expand Down

0 comments on commit c757f99

Please sign in to comment.