Skip to content

Commit 9667314

Browse files
committed
Keep using older version python 3.8
1 parent 48dd62f commit 9667314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opentelemetry-api/test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
asgiref==3.7.2
22
Deprecated==1.2.14
3-
importlib-metadata==8.6.1
3+
importlib-metadata==8.5.0 ; python_version < "3.9"
4+
importlib-metadata==8.6.1 ; python_version >= "3.9"
45
iniconfig==2.0.0
56
packaging==24.0
67
pluggy==1.5.0

0 commit comments

Comments
 (0)