Skip to content

Commit 10231d1

Browse files
author
Alex Boten
authored
adding CI testing for python 3.10 (#2207)
1 parent a002f7a commit 10231d1

File tree

25 files changed

+107
-23
lines changed

25 files changed

+107
-23
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
py37: 3.7
2828
py38: 3.8
2929
py39: 3.9
30+
py310: "3.10"
3031
pypy3: pypy-3.7
3132
RUN_MATRIX_COMBINATION: ${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os }}
3233
runs-on: ${{ matrix.os }}
3334
strategy:
3435
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
3536
matrix:
36-
python-version: [ py36, py37, py38, py39, pypy3 ]
37+
python-version: [ py36, py37, py38, py39, py310, pypy3 ]
3738
package: ["api", "sdk", "semantic", "getting", "shim", "exporter", "protobuf", "propagator"]
3839
os: [ ubuntu-20.04, windows-2019 ]
3940
steps:

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.1-0.25b1...HEAD)
88

9-
## [1.6.2-0.25b2](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.2-0.25b2) - 2021-10-19
9+
- Add support for Python 3.10
10+
([#2207](https://github.com/open-telemetry/opentelemetry-python/pull/2207))
1011

12+
## [1.6.2-0.25b2](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.2-0.25b2) - 2021-10-19
1113

1214
## [1.6.1-0.25b1](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.1-0.25b1) - 2021-10-18
1315

@@ -21,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Fix parental trace relationship for opentracing `follows_from` reference
2224
([#2180](https://github.com/open-telemetry/opentelemetry-python/pull/2180))
2325

24-
2526
## [1.6.0-0.25b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.0-0.25b0) - 2021-10-13
2627

2728
- Fix race in `set_tracer_provider()`

docs/examples/error_handler/error_handler_0/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers =
2929
Programming Language :: Python :: 3.7
3030
Programming Language :: Python :: 3.8
3131
Programming Language :: Python :: 3.9
32+
Programming Language :: Python :: 3.10
3233

3334
[options]
3435
python_requires = >=3.6

docs/examples/error_handler/error_handler_1/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers =
2929
Programming Language :: Python :: 3.7
3030
Programming Language :: Python :: 3.8
3131
Programming Language :: Python :: 3.9
32+
Programming Language :: Python :: 3.10
3233

3334
[options]
3435
python_requires = >=3.6

exporter/opentelemetry-exporter-jaeger-proto-grpc/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.7
3333
Programming Language :: Python :: 3.8
3434
Programming Language :: Python :: 3.9
35+
Programming Language :: Python :: 3.10
3536
Typing :: Typed
3637

3738
[options]

exporter/opentelemetry-exporter-jaeger-proto-grpc/src/opentelemetry/exporter/jaeger/proto/grpc/gen/collector_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/opentelemetry-exporter-jaeger-thrift/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.7
3333
Programming Language :: Python :: 3.8
3434
Programming Language :: Python :: 3.9
35+
Programming Language :: Python :: 3.10
3536
Typing :: Typed
3637

3738
[options]

exporter/opentelemetry-exporter-jaeger/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.7
3333
Programming Language :: Python :: 3.8
3434
Programming Language :: Python :: 3.9
35+
Programming Language :: Python :: 3.10
3536
Typing :: Typed
3637

3738
[options]

exporter/opentelemetry-exporter-opencensus/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.7
3333
Programming Language :: Python :: 3.8
3434
Programming Language :: Python :: 3.9
35+
Programming Language :: Python :: 3.10
3536
Typing :: Typed
3637

3738
[options]

exporter/opentelemetry-exporter-otlp-proto-grpc/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.7
3333
Programming Language :: Python :: 3.8
3434
Programming Language :: Python :: 3.9
35+
Programming Language :: Python :: 3.10
3536

3637
[options]
3738
python_requires = >=3.6

0 commit comments

Comments
 (0)