Skip to content

Commit d05861c

Browse files
committed
Remove use of 3.6
1 parent 5f9ac1f commit d05861c

File tree

5 files changed

+5
-9
lines changed
  • .github/workflows
  • instrumentation
    • opentelemetry-instrumentation-boto3sqs
    • opentelemetry-instrumentation-confluent-kafka
    • opentelemetry-instrumentation-system-metrics
  • opentelemetry-contrib-instrumentations

5 files changed

+5
-9
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77
pull_request:
88
env:
9-
CORE_REPO_SHA: cad776a2031c84fb3c3a1af90ee2a939f3394b9a
9+
CORE_REPO_SHA: 4c90726ae13c24f5c39fda76d21734f448bccdeb
1010

1111
jobs:
1212
build:

instrumentation/opentelemetry-instrumentation-boto3sqs/setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ classifiers =
3333
License :: OSI Approved :: Apache Software License
3434
Programming Language :: Python
3535
Programming Language :: Python :: 3
36-
Programming Language :: Python :: 3.6
3736
Programming Language :: Python :: 3.7
3837
Programming Language :: Python :: 3.8
3938
Programming Language :: Python :: 3.9
4039
Programming Language :: Python :: 3.10
4140

4241
[options]
43-
python_requires = >=3.6
42+
python_requires = >=3.7
4443
package_dir=
4544
=src
4645
packages=find_namespace:

instrumentation/opentelemetry-instrumentation-confluent-kafka/setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ classifiers =
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
3030
Programming Language :: Python :: 3
31-
Programming Language :: Python :: 3.6
3231
Programming Language :: Python :: 3.7
3332
Programming Language :: Python :: 3.8
3433
Programming Language :: Python :: 3.9
3534
Programming Language :: Python :: 3.10
3635

3736
[options]
38-
python_requires = >=3.6
37+
python_requires = >=3.7
3938
package_dir=
4039
=src
4140
packages=find_namespace:

instrumentation/opentelemetry-instrumentation-system-metrics/setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ classifiers =
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
3030
Programming Language :: Python :: 3
31-
Programming Language :: Python :: 3.6
3231
Programming Language :: Python :: 3.7
3332
Programming Language :: Python :: 3.8
3433
Programming Language :: Python :: 3.9
3534
Programming Language :: Python :: 3.10
3635

3736
[options]
38-
python_requires = >=3.6
37+
python_requires = >=3.7
3938
package_dir=
4039
=src
4140
packages=find_namespace:

opentelemetry-contrib-instrumentations/setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ classifiers =
1414
License :: OSI Approved :: Apache Software License
1515
Programming Language :: Python
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
2221

2322
[options]
24-
python_requires = >=3.6
23+
python_requires = >=3.7
2524
package_dir =
2625
=src
2726
packages = find_namespace:

0 commit comments

Comments
 (0)