Skip to content

Commit 552c6a6

Browse files
committed
Remove unsupported python versions
1 parent ea4a5f2 commit 552c6a6

File tree

3 files changed

+4
-61
lines changed

3 files changed

+4
-61
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Do not edit this file by hand. This is generated automatically by running
2-
# generate_tests_yml.py.
1+
# Do not edit this file.
2+
# This file is generated automatically by executing generate_tests.py.
33

44
name: Tests
55

@@ -211,24 +211,6 @@ jobs:
211211
- name: Run tests
212212
run: tox -e py312-test-exporter-prometheus-remote-write -- -ra
213213

214-
exporter-prometheus-remote-write_py3_ubuntu-latest:
215-
name: exporter-prometheus-remote-write pypy-3.8 ubuntu
216-
runs-on: ubuntu-latest
217-
steps:
218-
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
219-
uses: actions/checkout@v4
220-
221-
- name: Set up Python pypy-3.8
222-
uses: actions/setup-python@v5
223-
with:
224-
python-version: "pypy-3.8"
225-
226-
- name: Install tox
227-
run: pip install tox
228-
229-
- name: Run tests
230-
run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra
231-
232214
exporter-richconsole_38_ubuntu-latest:
233215
name: exporter-richconsole 3.8 ubuntu
234216
runs-on: ubuntu-latest
@@ -2047,24 +2029,6 @@ jobs:
20472029
- name: Run tests
20482030
run: tox -e py312-test-instrumentation-confluent-kafka -- -ra
20492031

2050-
instrumentation-confluent-kafka_py3_ubuntu-latest:
2051-
name: instrumentation-confluent-kafka pypy-3.8 ubuntu
2052-
runs-on: ubuntu-latest
2053-
steps:
2054-
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
2055-
uses: actions/checkout@v4
2056-
2057-
- name: Set up Python pypy-3.8
2058-
uses: actions/setup-python@v5
2059-
with:
2060-
python-version: "pypy-3.8"
2061-
2062-
- name: Install tox
2063-
run: pip install tox
2064-
2065-
- name: Run tests
2066-
run: tox -e pypy3-test-instrumentation-confluent-kafka -- -ra
2067-
20682032
instrumentation-dbapi_38_ubuntu-latest:
20692033
name: instrumentation-dbapi 3.8 ubuntu
20702034
runs-on: ubuntu-latest
@@ -3523,24 +3487,6 @@ jobs:
35233487
- name: Run tests
35243488
run: tox -e py312-test-instrumentation-grpc -- -ra
35253489

3526-
instrumentation-grpc_py3_ubuntu-latest:
3527-
name: instrumentation-grpc pypy-3.8 ubuntu
3528-
runs-on: ubuntu-latest
3529-
steps:
3530-
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
3531-
uses: actions/checkout@v4
3532-
3533-
- name: Set up Python pypy-3.8
3534-
uses: actions/setup-python@v5
3535-
with:
3536-
python-version: "pypy-3.8"
3537-
3538-
- name: Install tox
3539-
run: pip install tox
3540-
3541-
- name: Run tests
3542-
run: tox -e pypy3-test-instrumentation-grpc -- -ra
3543-
35443490
instrumentation-httpx_0_38_ubuntu-latest:
35453491
name: instrumentation-httpx-0 3.8 ubuntu
35463492
runs-on: ubuntu-latest

.github/workflows/tests.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Do not edit this file by hand. This is generated automatically by running
2-
# generate_tests_yml.py.
1+
# Do not edit this file.
2+
# This file is generated automatically by executing generate_tests.py.
33

44
name: Tests
55

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ envlist =
168168

169169
; opentelemetry-exporter-prometheus-remote-write
170170
py3{8,9,10,11,12}-test-exporter-prometheus-remote-write
171-
pypy3-test-exporter-prometheus-remote-write
172171
lint-exporter-prometheus-remote-write
173172

174173
; opentelemetry-instrumentation-mysql
@@ -243,7 +242,6 @@ envlist =
243242

244243
; opentelemetry-instrumentation-grpc
245244
py3{8,9,10,11,12}-test-instrumentation-grpc
246-
pypy3-test-instrumentation-grpc
247245
lint-instrumentation-grpc
248246

249247
; opentelemetry-instrumentation-sqlalchemy
@@ -346,7 +344,6 @@ envlist =
346344

347345
; opentelemetry-instrumentation-confluent-kafka
348346
py3{8,9,10,11,12}-test-instrumentation-confluent-kafka
349-
pypy3-test-instrumentation-confluent-kafka
350347
lint-instrumentation-confluent-kafka
351348

352349
; opentelemetry-instrumentation-asyncio

0 commit comments

Comments
 (0)