@@ -962,8 +962,8 @@ jobs:
962
962
- name : Run tests
963
963
run : tox -e pypy3-test-processor-baggage -- -ra
964
964
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
967
967
runs-on : ubuntu-latest
968
968
timeout-minutes : 30
969
969
steps :
@@ -979,10 +979,48 @@ jobs:
979
979
run : pip install tox-uv
980
980
981
981
- name : Run tests
982
- run : tox -e py39-test-opamp-client -- -ra
982
+ run : tox -e py39-test-opamp-client-latest -- -ra
983
983
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
986
1024
runs-on : ubuntu-latest
987
1025
timeout-minutes : 30
988
1026
steps :
@@ -998,10 +1036,29 @@ jobs:
998
1036
run : pip install tox-uv
999
1037
1000
1038
- 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
1002
1059
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
1005
1062
runs-on : ubuntu-latest
1006
1063
timeout-minutes : 30
1007
1064
steps :
@@ -1017,10 +1074,29 @@ jobs:
1017
1074
run : pip install tox-uv
1018
1075
1019
1076
- 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
1021
1097
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
1024
1100
runs-on : ubuntu-latest
1025
1101
timeout-minutes : 30
1026
1102
steps :
@@ -1036,10 +1112,29 @@ jobs:
1036
1112
run : pip install tox-uv
1037
1113
1038
1114
- 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
1040
1135
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
1043
1138
runs-on : ubuntu-latest
1044
1139
timeout-minutes : 30
1045
1140
steps :
@@ -1055,4 +1150,4 @@ jobs:
1055
1150
run : pip install tox-uv
1056
1151
1057
1152
- 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