Skip to content

Commit

Permalink
Add 3.12 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jun 6, 2024
1 parent f0ee871 commit 39f7906
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ envlist =
; below mean these dependencies are being used:
; 0: protobuf==3.20.3
; 1: protobuf==4.25.3
py3{8,9,10,11}-opentelemetry-protobuf-{0,1}
py3{8,9,10,11,12}-opentelemetry-protobuf-{0,1}
pypy3-opentelemetry-protobuf-{0,1}

py3{8,9,10,11,12}-opentelemetry-sdk
Expand All @@ -38,7 +38,7 @@ envlist =
; below mean these dependencies are being used:
; 0: protobuf==3.20.3
; 1: protobuf==4.25.3
py3{8,9,10,11}-opentelemetry-exporter-otlp-proto-common-{0,1}
py3{8,9,10,11,12}-opentelemetry-exporter-otlp-proto-common-{0,1}
pypy3-opentelemetry-exporter-otlp-proto-common-{0,1}

; opentelemetry-exporter-otlp
Expand All @@ -49,14 +49,14 @@ envlist =
; below mean these dependencies are being used:
; 0: protobuf==3.20.3
; 1: protobuf==4.25.3
py3{8,9,10,11}-opentelemetry-exporter-otlp-proto-grpc-{0,1}
py3{8,9,10,11,12}-opentelemetry-exporter-otlp-proto-grpc-{0,1}
; intentionally excluded from pypy3

; The numbers at the end of the environment names
; below mean these dependencies are being used:
; 0: protobuf==3.20.3
; 1: protobuf==4.25.3
py3{8,9,10,11}-opentelemetry-exporter-otlp-proto-http-{0,1}
py3{8,9,10,11,12}-opentelemetry-exporter-otlp-proto-http-{0,1}
pypy3-opentelemetry-exporter-otlp-proto-http-{0,1}

py3{8,9,10,11,12}-opentelemetry-exporter-prometheus
Expand Down

0 comments on commit 39f7906

Please sign in to comment.