@@ -962,8 +962,8 @@ jobs:
962962 - name : Run tests
963963 run : tox -e pypy3-test-processor-baggage -- -ra
964964
965- py39-test-opamp-client_ubuntu -latest :
966- name : opamp-client 3.9 Ubuntu
965+ py39-test-opamp-client-latest_ubuntu -latest :
966+ name : opamp-client-latest 3.9 Ubuntu
967967 runs-on : ubuntu-latest
968968 timeout-minutes : 30
969969 steps :
@@ -979,10 +979,48 @@ jobs:
979979 run : pip install tox-uv
980980
981981 - name : Run tests
982- run : tox -e py39-test-opamp-client -- -ra
982+ run : tox -e py39-test-opamp-client-latest -- -ra
983983
984- py310-test-opamp-client_ubuntu-latest :
985- name : opamp-client 3.10 Ubuntu
984+ py39-test-opamp-client-lowest_ubuntu-latest :
985+ name : opamp-client-lowest 3.9 Ubuntu
986+ runs-on : ubuntu-latest
987+ timeout-minutes : 30
988+ steps :
989+ - name : Checkout repo @ SHA - ${{ github.sha }}
990+ uses : actions/checkout@v4
991+
992+ - name : Set up Python 3.9
993+ uses : actions/setup-python@v5
994+ with :
995+ python-version : " 3.9"
996+
997+ - name : Install tox
998+ run : pip install tox-uv
999+
1000+ - name : Run tests
1001+ run : tox -e py39-test-opamp-client-lowest -- -ra
1002+
1003+ py310-test-opamp-client-latest_ubuntu-latest :
1004+ name : opamp-client-latest 3.10 Ubuntu
1005+ runs-on : ubuntu-latest
1006+ timeout-minutes : 30
1007+ steps :
1008+ - name : Checkout repo @ SHA - ${{ github.sha }}
1009+ uses : actions/checkout@v4
1010+
1011+ - name : Set up Python 3.10
1012+ uses : actions/setup-python@v5
1013+ with :
1014+ python-version : " 3.10"
1015+
1016+ - name : Install tox
1017+ run : pip install tox-uv
1018+
1019+ - name : Run tests
1020+ run : tox -e py310-test-opamp-client-latest -- -ra
1021+
1022+ py310-test-opamp-client-lowest_ubuntu-latest :
1023+ name : opamp-client-lowest 3.10 Ubuntu
9861024 runs-on : ubuntu-latest
9871025 timeout-minutes : 30
9881026 steps :
@@ -998,10 +1036,29 @@ jobs:
9981036 run : pip install tox-uv
9991037
10001038 - name : Run tests
1001- run : tox -e py310-test-opamp-client -- -ra
1039+ run : tox -e py310-test-opamp-client-lowest -- -ra
1040+
1041+ py311-test-opamp-client-latest_ubuntu-latest :
1042+ name : opamp-client-latest 3.11 Ubuntu
1043+ runs-on : ubuntu-latest
1044+ timeout-minutes : 30
1045+ steps :
1046+ - name : Checkout repo @ SHA - ${{ github.sha }}
1047+ uses : actions/checkout@v4
1048+
1049+ - name : Set up Python 3.11
1050+ uses : actions/setup-python@v5
1051+ with :
1052+ python-version : " 3.11"
1053+
1054+ - name : Install tox
1055+ run : pip install tox-uv
1056+
1057+ - name : Run tests
1058+ run : tox -e py311-test-opamp-client-latest -- -ra
10021059
1003- py311-test-opamp-client_ubuntu -latest :
1004- name : opamp-client 3.11 Ubuntu
1060+ py311-test-opamp-client-lowest_ubuntu -latest :
1061+ name : opamp-client-lowest 3.11 Ubuntu
10051062 runs-on : ubuntu-latest
10061063 timeout-minutes : 30
10071064 steps :
@@ -1017,10 +1074,29 @@ jobs:
10171074 run : pip install tox-uv
10181075
10191076 - name : Run tests
1020- run : tox -e py311-test-opamp-client -- -ra
1077+ run : tox -e py311-test-opamp-client-lowest -- -ra
1078+
1079+ py312-test-opamp-client-latest_ubuntu-latest :
1080+ name : opamp-client-latest 3.12 Ubuntu
1081+ runs-on : ubuntu-latest
1082+ timeout-minutes : 30
1083+ steps :
1084+ - name : Checkout repo @ SHA - ${{ github.sha }}
1085+ uses : actions/checkout@v4
1086+
1087+ - name : Set up Python 3.12
1088+ uses : actions/setup-python@v5
1089+ with :
1090+ python-version : " 3.12"
1091+
1092+ - name : Install tox
1093+ run : pip install tox-uv
1094+
1095+ - name : Run tests
1096+ run : tox -e py312-test-opamp-client-latest -- -ra
10211097
1022- py312-test-opamp-client_ubuntu -latest :
1023- name : opamp-client 3.12 Ubuntu
1098+ py312-test-opamp-client-lowest_ubuntu -latest :
1099+ name : opamp-client-lowest 3.12 Ubuntu
10241100 runs-on : ubuntu-latest
10251101 timeout-minutes : 30
10261102 steps :
@@ -1036,10 +1112,29 @@ jobs:
10361112 run : pip install tox-uv
10371113
10381114 - name : Run tests
1039- run : tox -e py312-test-opamp-client -- -ra
1115+ run : tox -e py312-test-opamp-client-lowest -- -ra
1116+
1117+ py313-test-opamp-client-latest_ubuntu-latest :
1118+ name : opamp-client-latest 3.13 Ubuntu
1119+ runs-on : ubuntu-latest
1120+ timeout-minutes : 30
1121+ steps :
1122+ - name : Checkout repo @ SHA - ${{ github.sha }}
1123+ uses : actions/checkout@v4
1124+
1125+ - name : Set up Python 3.13
1126+ uses : actions/setup-python@v5
1127+ with :
1128+ python-version : " 3.13"
1129+
1130+ - name : Install tox
1131+ run : pip install tox-uv
1132+
1133+ - name : Run tests
1134+ run : tox -e py313-test-opamp-client-latest -- -ra
10401135
1041- py313-test-opamp-client_ubuntu -latest :
1042- name : opamp-client 3.13 Ubuntu
1136+ py313-test-opamp-client-lowest_ubuntu -latest :
1137+ name : opamp-client-lowest 3.13 Ubuntu
10431138 runs-on : ubuntu-latest
10441139 timeout-minutes : 30
10451140 steps :
@@ -1055,4 +1150,4 @@ jobs:
10551150 run : pip install tox-uv
10561151
10571152 - name : Run tests
1058- run : tox -e py313-test-opamp-client -- -ra
1153+ run : tox -e py313-test-opamp-client-lowest -- -ra
0 commit comments