File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Fix SpanLimits global span limit defaulting when set to 0
11
11
([ #2398 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2398 ) )
12
+ - Add Python version support policy
13
+ ([ #2397 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2397 ) )
12
14
- Decode URL-encoded headers in environment variables
13
15
([ #2312 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2312 ) )
14
16
- [ exporter/opentelemetry-exporter-otlp-proto-grpc] Add OTLPMetricExporter
Original file line number Diff line number Diff line change @@ -110,6 +110,14 @@ pip install scalene
110
110
scalene opentelemetry-< PACKAGE> /tests/performance/resource-usage/< PATH_TO_TEST> /profile_resource_usage_< NAME_OF_TEST> .py
111
111
```
112
112
113
+ ## Python Version Support Addition and Removal
114
+
115
+ This project supports the latest Python versions. As new Python versions are released, support for them is added and
116
+ as Python versions are deprecated, support for them is removed.
117
+
118
+ We add support for new Python versions as soon as possible after they become stable.
119
+
120
+ We remove support for old Python versions 6 months after they reach their [ end of life] ( https://endoflife.date/python ) .
113
121
114
122
## Documentation
115
123
You can’t perform that action at this time.
0 commit comments