File tree 5 files changed +5
-9
lines changed
opentelemetry-instrumentation-boto3sqs
opentelemetry-instrumentation-confluent-kafka
opentelemetry-instrumentation-system-metrics
opentelemetry-contrib-instrumentations
5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
- ' release/*'
7
7
pull_request :
8
8
env :
9
- CORE_REPO_SHA : cad776a2031c84fb3c3a1af90ee2a939f3394b9a
9
+ CORE_REPO_SHA : 4c90726ae13c24f5c39fda76d21734f448bccdeb
10
10
11
11
jobs :
12
12
build :
Original file line number Diff line number Diff line change @@ -33,14 +33,13 @@ classifiers =
33
33
License :: OSI Approved :: Apache Software License
34
34
Programming Language :: Python
35
35
Programming Language :: Python :: 3
36
- Programming Language :: Python :: 3.6
37
36
Programming Language :: Python :: 3.7
38
37
Programming Language :: Python :: 3.8
39
38
Programming Language :: Python :: 3.9
40
39
Programming Language :: Python :: 3.10
41
40
42
41
[options]
43
- python_requires = >=3.6
42
+ python_requires = >=3.7
44
43
package_dir =
45
44
=src
46
45
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ classifiers =
28
28
License :: OSI Approved :: Apache Software License
29
29
Programming Language :: Python
30
30
Programming Language :: Python :: 3
31
- Programming Language :: Python :: 3.6
32
31
Programming Language :: Python :: 3.7
33
32
Programming Language :: Python :: 3.8
34
33
Programming Language :: Python :: 3.9
35
34
Programming Language :: Python :: 3.10
36
35
37
36
[options]
38
- python_requires = >=3.6
37
+ python_requires = >=3.7
39
38
package_dir =
40
39
=src
41
40
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ classifiers =
28
28
License :: OSI Approved :: Apache Software License
29
29
Programming Language :: Python
30
30
Programming Language :: Python :: 3
31
- Programming Language :: Python :: 3.6
32
31
Programming Language :: Python :: 3.7
33
32
Programming Language :: Python :: 3.8
34
33
Programming Language :: Python :: 3.9
35
34
Programming Language :: Python :: 3.10
36
35
37
36
[options]
38
- python_requires = >=3.6
37
+ python_requires = >=3.7
39
38
package_dir =
40
39
=src
41
40
packages =find_namespace:
Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ classifiers =
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python
16
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.6
18
17
Programming Language :: Python :: 3.7
19
18
Programming Language :: Python :: 3.8
20
19
Programming Language :: Python :: 3.9
21
20
Programming Language :: Python :: 3.10
22
21
23
22
[options]
24
- python_requires = >=3.6
23
+ python_requires = >=3.7
25
24
package_dir =
26
25
=src
27
26
packages = find_namespace:
You can’t perform that action at this time.
0 commit comments