Skip to content

Commit

Permalink
remove remaining checks in setup.py files for python3.4 (#1326)
Browse files Browse the repository at this point in the history
* remove remaining checks and type comments for python3.4

* remove variable annotation changes, that is still not supported in python3.5 :(
  • Loading branch information
aabmass authored Nov 2, 2020
1 parent 1662ca9 commit f815a72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/examples/opentelemetry-example-app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ packages = find_namespace:
zip_safe = False
include_package_data = True
install_requires =
typing; python_version<'3.5'
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
opentelemetry-instrumentation-requests == 0.16.dev0
Expand Down
3 changes: 1 addition & 2 deletions opentelemetry-api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
typing; python_version<'3.5'
aiocontextvars; python_version<'3.7' and python_version>='3.5'
aiocontextvars; python_version<'3.7'

[options.packages.find]
where = src
Expand Down

0 comments on commit f815a72

Please sign in to comment.