Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f815a72

Browse files
authored
remove remaining checks in setup.py files for python3.4 (open-telemetry#1326)
* remove remaining checks and type comments for python3.4 * remove variable annotation changes, that is still not supported in python3.5 :(
1 parent 1662ca9 commit f815a72

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/examples/opentelemetry-example-app/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ packages = find_namespace:
4141
zip_safe = False
4242
include_package_data = True
4343
install_requires =
44-
typing; python_version<'3.5'
4544
opentelemetry-api == 0.16.dev0
4645
opentelemetry-sdk == 0.16.dev0
4746
opentelemetry-instrumentation-requests == 0.16.dev0

opentelemetry-api/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ packages=find_namespace:
4141
zip_safe = False
4242
include_package_data = True
4343
install_requires =
44-
typing; python_version<'3.5'
45-
aiocontextvars; python_version<'3.7' and python_version>='3.5'
44+
aiocontextvars; python_version<'3.7'
4645

4746
[options.packages.find]
4847
where = src

0 commit comments

Comments
 (0)