Skip to content

Commit

Permalink
dropping support for python 3.4 (#1099)
Browse files Browse the repository at this point in the history
* dropping support for python 3.4
  • Loading branch information
alrex authored and codeboten committed Oct 22, 2020
1 parent e02ffc2 commit be1d555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ 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.4
python_requires = >=3.5
package_dir=
=src
packages=find_namespace:
Expand Down

0 comments on commit be1d555

Please sign in to comment.