@@ -3641,3 +3641,231 @@ jobs:
36413641
36423642 - name : Run tests
36433643 run : tox -e pypy3-test-processor-baggage -- -ra
3644+
3645+ py39-test-opamp-client-latest_ubuntu-latest :
3646+ name : opamp-client-latest 3.9 Ubuntu
3647+ runs-on : ubuntu-latest
3648+ timeout-minutes : 30
3649+ steps :
3650+ - name : Checkout repo @ SHA - ${{ github.sha }}
3651+ uses : actions/checkout@v4
3652+
3653+ - name : Set up Python 3.9
3654+ uses : actions/setup-python@v5
3655+ with :
3656+ python-version : " 3.9"
3657+
3658+ - name : Install tox
3659+ run : pip install tox-uv
3660+
3661+ - name : Run tests
3662+ run : tox -e py39-test-opamp-client-latest -- -ra
3663+
3664+ py39-test-opamp-client-lowest_ubuntu-latest :
3665+ name : opamp-client-lowest 3.9 Ubuntu
3666+ runs-on : ubuntu-latest
3667+ timeout-minutes : 30
3668+ steps :
3669+ - name : Checkout repo @ SHA - ${{ github.sha }}
3670+ uses : actions/checkout@v4
3671+
3672+ - name : Set up Python 3.9
3673+ uses : actions/setup-python@v5
3674+ with :
3675+ python-version : " 3.9"
3676+
3677+ - name : Install tox
3678+ run : pip install tox-uv
3679+
3680+ - name : Run tests
3681+ run : tox -e py39-test-opamp-client-lowest -- -ra
3682+
3683+ py310-test-opamp-client-latest_ubuntu-latest :
3684+ name : opamp-client-latest 3.10 Ubuntu
3685+ runs-on : ubuntu-latest
3686+ timeout-minutes : 30
3687+ steps :
3688+ - name : Checkout repo @ SHA - ${{ github.sha }}
3689+ uses : actions/checkout@v4
3690+
3691+ - name : Set up Python 3.10
3692+ uses : actions/setup-python@v5
3693+ with :
3694+ python-version : " 3.10"
3695+
3696+ - name : Install tox
3697+ run : pip install tox-uv
3698+
3699+ - name : Run tests
3700+ run : tox -e py310-test-opamp-client-latest -- -ra
3701+
3702+ py310-test-opamp-client-lowest_ubuntu-latest :
3703+ name : opamp-client-lowest 3.10 Ubuntu
3704+ runs-on : ubuntu-latest
3705+ timeout-minutes : 30
3706+ steps :
3707+ - name : Checkout repo @ SHA - ${{ github.sha }}
3708+ uses : actions/checkout@v4
3709+
3710+ - name : Set up Python 3.10
3711+ uses : actions/setup-python@v5
3712+ with :
3713+ python-version : " 3.10"
3714+
3715+ - name : Install tox
3716+ run : pip install tox-uv
3717+
3718+ - name : Run tests
3719+ run : tox -e py310-test-opamp-client-lowest -- -ra
3720+
3721+ py311-test-opamp-client-latest_ubuntu-latest :
3722+ name : opamp-client-latest 3.11 Ubuntu
3723+ runs-on : ubuntu-latest
3724+ timeout-minutes : 30
3725+ steps :
3726+ - name : Checkout repo @ SHA - ${{ github.sha }}
3727+ uses : actions/checkout@v4
3728+
3729+ - name : Set up Python 3.11
3730+ uses : actions/setup-python@v5
3731+ with :
3732+ python-version : " 3.11"
3733+
3734+ - name : Install tox
3735+ run : pip install tox-uv
3736+
3737+ - name : Run tests
3738+ run : tox -e py311-test-opamp-client-latest -- -ra
3739+
3740+ py311-test-opamp-client-lowest_ubuntu-latest :
3741+ name : opamp-client-lowest 3.11 Ubuntu
3742+ runs-on : ubuntu-latest
3743+ timeout-minutes : 30
3744+ steps :
3745+ - name : Checkout repo @ SHA - ${{ github.sha }}
3746+ uses : actions/checkout@v4
3747+
3748+ - name : Set up Python 3.11
3749+ uses : actions/setup-python@v5
3750+ with :
3751+ python-version : " 3.11"
3752+
3753+ - name : Install tox
3754+ run : pip install tox-uv
3755+
3756+ - name : Run tests
3757+ run : tox -e py311-test-opamp-client-lowest -- -ra
3758+
3759+ py312-test-opamp-client-latest_ubuntu-latest :
3760+ name : opamp-client-latest 3.12 Ubuntu
3761+ runs-on : ubuntu-latest
3762+ timeout-minutes : 30
3763+ steps :
3764+ - name : Checkout repo @ SHA - ${{ github.sha }}
3765+ uses : actions/checkout@v4
3766+
3767+ - name : Set up Python 3.12
3768+ uses : actions/setup-python@v5
3769+ with :
3770+ python-version : " 3.12"
3771+
3772+ - name : Install tox
3773+ run : pip install tox-uv
3774+
3775+ - name : Run tests
3776+ run : tox -e py312-test-opamp-client-latest -- -ra
3777+
3778+ py312-test-opamp-client-lowest_ubuntu-latest :
3779+ name : opamp-client-lowest 3.12 Ubuntu
3780+ runs-on : ubuntu-latest
3781+ timeout-minutes : 30
3782+ steps :
3783+ - name : Checkout repo @ SHA - ${{ github.sha }}
3784+ uses : actions/checkout@v4
3785+
3786+ - name : Set up Python 3.12
3787+ uses : actions/setup-python@v5
3788+ with :
3789+ python-version : " 3.12"
3790+
3791+ - name : Install tox
3792+ run : pip install tox-uv
3793+
3794+ - name : Run tests
3795+ run : tox -e py312-test-opamp-client-lowest -- -ra
3796+
3797+ py313-test-opamp-client-latest_ubuntu-latest :
3798+ name : opamp-client-latest 3.13 Ubuntu
3799+ runs-on : ubuntu-latest
3800+ timeout-minutes : 30
3801+ steps :
3802+ - name : Checkout repo @ SHA - ${{ github.sha }}
3803+ uses : actions/checkout@v4
3804+
3805+ - name : Set up Python 3.13
3806+ uses : actions/setup-python@v5
3807+ with :
3808+ python-version : " 3.13"
3809+
3810+ - name : Install tox
3811+ run : pip install tox-uv
3812+
3813+ - name : Run tests
3814+ run : tox -e py313-test-opamp-client-latest -- -ra
3815+
3816+ py313-test-opamp-client-lowest_ubuntu-latest :
3817+ name : opamp-client-lowest 3.13 Ubuntu
3818+ runs-on : ubuntu-latest
3819+ timeout-minutes : 30
3820+ steps :
3821+ - name : Checkout repo @ SHA - ${{ github.sha }}
3822+ uses : actions/checkout@v4
3823+
3824+ - name : Set up Python 3.13
3825+ uses : actions/setup-python@v5
3826+ with :
3827+ python-version : " 3.13"
3828+
3829+ - name : Install tox
3830+ run : pip install tox-uv
3831+
3832+ - name : Run tests
3833+ 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
0 commit comments