Skip to content

Commit 339f347

Browse files
authored
Drop python3.11 temporarily (#205)
1 parent d9a1af4 commit 339f347

File tree

6 files changed

+3
-7
lines changed

6 files changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ workflows:
120120
name: tests-python3.<< matrix.python3_minor >>
121121
matrix:
122122
parameters:
123-
python3_minor: [7, 8, 9, 10, 11]
123+
python3_minor: [7, 8, 9, 10]

opentelemetry-exporter-gcp-monitoring/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21-
Programming Language :: Python :: 3.11
2221

2322
[options]
2423
python_requires = >=3.7

opentelemetry-exporter-gcp-trace/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21-
Programming Language :: Python :: 3.11
2221

2322
[options]
2423
python_requires = >=3.7

opentelemetry-propagator-gcp/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21-
Programming Language :: Python :: 3.11
2221

2322
[options]
2423
python_requires = >=3.7

opentelemetry-resourcedetector-gcp/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21-
Programming Language :: Python :: 3.11
2221

2322
[options]
2423
python_requires = >=3.7

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skipsdist = True
33
skip_missing_interpreters = True
44
envlist =
55
; Add the `ci` factor to any env that should be running during CI.
6-
py3{7,8,9,10,11}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
6+
py3{7,8,9,10}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
77
{lint,mypy}-ci-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
88
docs-ci
99

@@ -45,7 +45,7 @@ setenv =
4545
propagator: PACKAGE_NAME = opentelemetry-propagator-gcp
4646
resourcedetector: PACKAGE_NAME = opentelemetry-resourcedetector-gcp
4747

48-
[testenv:py3{7,8,9,10,11}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}]
48+
[testenv:py3{7,8,9,10}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}]
4949
deps =
5050
test: {[constants]base_deps}
5151
test: pytest

0 commit comments

Comments
 (0)