Skip to content

Commit 9fb5235

Browse files
authored
Revert "Drop python3.11 temporarily (#205)" (#240)
* Revert "Drop python3.11 temporarily (#205)" This reverts commit 339f347. * update changelogs
1 parent 7ce3de7 commit 9fb5235

File tree

10 files changed

+23
-7
lines changed

10 files changed

+23
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
py:
16-
- {version: "3.7", tox: "37"}
17-
- {version: "3.8", tox: "38"}
18-
- {version: "3.9", tox: "39"}
19-
- {version: "3.10", tox: "310"}
16+
- { version: "3.7", tox: "37" }
17+
- { version: "3.8", tox: "38" }
18+
- { version: "3.9", tox: "39" }
19+
- { version: "3.10", tox: "310" }
20+
- { version: "3.11", tox: "311" }
2021
env:
2122
run-matrix-combo: ${{ matrix.py.version }}
2223

@@ -48,7 +49,7 @@ jobs:
4849
matrix:
4950
target: [lint-ci, docs-ci, mypy-ci]
5051
py:
51-
- {version: "3.10"}
52+
- { version: "3.10" }
5253

5354
env:
5455
run-matrix-combo: ${{ matrix.py.version }}-${{ matrix.target }}

opentelemetry-exporter-gcp-monitoring/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Add support for Python 3.11
6+
([#240](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/240))
7+
58
## Version 1.4.0a0
69

710
Released 2022-12-05

opentelemetry-exporter-gcp-monitoring/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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
2122

2223
[options]
2324
python_requires = >=3.7

opentelemetry-exporter-gcp-trace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Add support for Python 3.11
6+
([#240](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/240))
7+
58
## Version 1.4.0
69

710
Released 2022-12-05

opentelemetry-exporter-gcp-trace/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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
2122

2223
[options]
2324
python_requires = >=3.7

opentelemetry-propagator-gcp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Add support for Python 3.11
6+
([#240](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/240))
7+
58
## Version 1.4.0
69

710
Released 2022-12-05

opentelemetry-propagator-gcp/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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
2122

2223
[options]
2324
python_requires = >=3.7

opentelemetry-resourcedetector-gcp/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Add spec compliant GCE detection
66
([#231](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/231))
7+
- Add support for Python 3.11
8+
([#240](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/240))
79

810
## Version 1.4.0a0
911

opentelemetry-resourcedetector-gcp/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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
2122

2223
[options]
2324
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}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
6+
py3{7,8,9,10,11}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
77
{lint,mypy}-ci-{cloudtrace,cloudmonitoring,propagator,resourcedetector}
88
docs-ci
99

@@ -55,7 +55,7 @@ setenv =
5555
propagator: PACKAGE_NAME = opentelemetry-propagator-gcp
5656
resourcedetector: PACKAGE_NAME = opentelemetry-resourcedetector-gcp
5757

58-
[testenv:py3{7,8,9,10}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}]
58+
[testenv:py3{7,8,9,10,11}-ci-test-{cloudtrace,cloudmonitoring,propagator,resourcedetector}]
5959
deps =
6060
test: {[constants]base_deps}
6161
test: {[constants]monorepo_deps}

0 commit comments

Comments
 (0)