Skip to content

Commit

Permalink
Remove unsupported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 10, 2024
1 parent cd743d7 commit 60f99f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 61 deletions.
58 changes: 2 additions & 56 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit this file by hand. This is generated automatically by running
# generate_tests_yml.py.
# Do not edit this file.
# This file is generated automatically by executing generate_tests.py.

name: Tests

Expand Down Expand Up @@ -211,24 +211,6 @@ jobs:
- name: Run tests
run: tox -e py312-test-exporter-prometheus-remote-write -- -ra

exporter-prometheus-remote-write_py3_ubuntu-latest:
name: exporter-prometheus-remote-write pypy-3.8 ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra

exporter-richconsole_38_ubuntu-latest:
name: exporter-richconsole 3.8 ubuntu
runs-on: ubuntu-latest
Expand Down Expand Up @@ -2047,24 +2029,6 @@ jobs:
- name: Run tests
run: tox -e py312-test-instrumentation-confluent-kafka -- -ra

instrumentation-confluent-kafka_py3_ubuntu-latest:
name: instrumentation-confluent-kafka pypy-3.8 ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-instrumentation-confluent-kafka -- -ra

instrumentation-dbapi_38_ubuntu-latest:
name: instrumentation-dbapi 3.8 ubuntu
runs-on: ubuntu-latest
Expand Down Expand Up @@ -3523,24 +3487,6 @@ jobs:
- name: Run tests
run: tox -e py312-test-instrumentation-grpc -- -ra

instrumentation-grpc_py3_ubuntu-latest:
name: instrumentation-grpc pypy-3.8 ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python pypy-3.8
uses: actions/setup-python@v5
with:
python-version: "pypy-3.8"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-instrumentation-grpc -- -ra

instrumentation-httpx_0_38_ubuntu-latest:
name: instrumentation-httpx-0 3.8 ubuntu
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not edit this file by hand. This is generated automatically by running
# generate_tests_yml.py.
# Do not edit this file.
# This file is generated automatically by executing generate_tests.py.

name: Tests

Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ envlist =

; opentelemetry-exporter-prometheus-remote-write
py3{8,9,10,11,12}-test-exporter-prometheus-remote-write
pypy3-test-exporter-prometheus-remote-write
lint-exporter-prometheus-remote-write

; opentelemetry-instrumentation-mysql
Expand Down Expand Up @@ -243,7 +242,6 @@ envlist =

; opentelemetry-instrumentation-grpc
py3{8,9,10,11,12}-test-instrumentation-grpc
pypy3-test-instrumentation-grpc
lint-instrumentation-grpc

; opentelemetry-instrumentation-sqlalchemy
Expand Down Expand Up @@ -346,7 +344,6 @@ envlist =

; opentelemetry-instrumentation-confluent-kafka
py3{8,9,10,11,12}-test-instrumentation-confluent-kafka
pypy3-test-instrumentation-confluent-kafka
lint-instrumentation-confluent-kafka

; opentelemetry-instrumentation-asyncio
Expand Down

0 comments on commit 60f99f5

Please sign in to comment.