Skip to content

Commit 4d350f6

Browse files
committed
Add 3.14 test run
1 parent 5e332d2 commit 4d350f6

3 files changed

Lines changed: 41 additions & 3 deletions

File tree

.github/workflows/lint_0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,10 +1370,10 @@ jobs:
13701370
- name: Checkout repo @ SHA - ${{ github.sha }}
13711371
uses: actions/checkout@v4
13721372

1373-
- name: Set up Python 3.13
1373+
- name: Set up Python 3.14
13741374
uses: actions/setup-python@v5
13751375
with:
1376-
python-version: "3.13"
1376+
python-version: "3.14"
13771377

13781378
- name: Install tox
13791379
run: pip install tox-uv

.github/workflows/test_2.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,3 +3831,41 @@ jobs:
38313831

38323832
- name: Run tests
38333833
run: tox -e py313-test-opamp-client-lowest -- -ra
3834+
3835+
py314-test-opamp-client-latest_ubuntu-latest:
3836+
name: opamp-client-latest 3.14 Ubuntu
3837+
runs-on: ubuntu-latest
3838+
timeout-minutes: 30
3839+
steps:
3840+
- name: Checkout repo @ SHA - ${{ github.sha }}
3841+
uses: actions/checkout@v4
3842+
3843+
- name: Set up Python 3.14
3844+
uses: actions/setup-python@v5
3845+
with:
3846+
python-version: "3.14"
3847+
3848+
- name: Install tox
3849+
run: pip install tox-uv
3850+
3851+
- name: Run tests
3852+
run: tox -e py314-test-opamp-client-latest -- -ra
3853+
3854+
py314-test-opamp-client-lowest_ubuntu-latest:
3855+
name: opamp-client-lowest 3.14 Ubuntu
3856+
runs-on: ubuntu-latest
3857+
timeout-minutes: 30
3858+
steps:
3859+
- name: Checkout repo @ SHA - ${{ github.sha }}
3860+
uses: actions/checkout@v4
3861+
3862+
- name: Set up Python 3.14
3863+
uses: actions/setup-python@v5
3864+
with:
3865+
python-version: "3.14"
3866+
3867+
- name: Install tox
3868+
run: pip install tox-uv
3869+
3870+
- name: Run tests
3871+
run: tox -e py314-test-opamp-client-lowest -- -ra

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ envlist =
448448
lint-processor-baggage
449449

450450
; opentelemetry-opamp-client
451-
py3{9,10,11,12,13}-test-opamp-client-{latest,lowest}
451+
py3{9,10,11,12,13,14}-test-opamp-client-{latest,lowest}
452452
; https://github.com/kevin1024/vcrpy/pull/775#issuecomment-1847849962
453453
; pypy3-test-opamp-client
454454
lint-opamp-client

0 commit comments

Comments
 (0)