@@ -3273,6 +3273,96 @@ jobs:
3273
3273
- name : Run tests
3274
3274
run : tox -e py311-test-instrumentation-kafka-python -- -ra
3275
3275
3276
+ py38-test-instrumentation-kafka-pythonng_ubuntu-latest :
3277
+ name : instrumentation-kafka-pythonng 3.8 Ubuntu
3278
+ runs-on : ubuntu-latest
3279
+ steps :
3280
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3281
+ uses : actions/checkout@v4
3282
+
3283
+ - name : Set up Python 3.8
3284
+ uses : actions/setup-python@v5
3285
+ with :
3286
+ python-version : " 3.8"
3287
+
3288
+ - name : Install tox
3289
+ run : pip install tox
3290
+
3291
+ - name : Run tests
3292
+ run : tox -e py38-test-instrumentation-kafka-pythonng -- -ra
3293
+
3294
+ py39-test-instrumentation-kafka-pythonng_ubuntu-latest :
3295
+ name : instrumentation-kafka-pythonng 3.9 Ubuntu
3296
+ runs-on : ubuntu-latest
3297
+ steps :
3298
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3299
+ uses : actions/checkout@v4
3300
+
3301
+ - name : Set up Python 3.9
3302
+ uses : actions/setup-python@v5
3303
+ with :
3304
+ python-version : " 3.9"
3305
+
3306
+ - name : Install tox
3307
+ run : pip install tox
3308
+
3309
+ - name : Run tests
3310
+ run : tox -e py39-test-instrumentation-kafka-pythonng -- -ra
3311
+
3312
+ py310-test-instrumentation-kafka-pythonng_ubuntu-latest :
3313
+ name : instrumentation-kafka-pythonng 3.10 Ubuntu
3314
+ runs-on : ubuntu-latest
3315
+ steps :
3316
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3317
+ uses : actions/checkout@v4
3318
+
3319
+ - name : Set up Python 3.10
3320
+ uses : actions/setup-python@v5
3321
+ with :
3322
+ python-version : " 3.10"
3323
+
3324
+ - name : Install tox
3325
+ run : pip install tox
3326
+
3327
+ - name : Run tests
3328
+ run : tox -e py310-test-instrumentation-kafka-pythonng -- -ra
3329
+
3330
+ py311-test-instrumentation-kafka-pythonng_ubuntu-latest :
3331
+ name : instrumentation-kafka-pythonng 3.11 Ubuntu
3332
+ runs-on : ubuntu-latest
3333
+ steps :
3334
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3335
+ uses : actions/checkout@v4
3336
+
3337
+ - name : Set up Python 3.11
3338
+ uses : actions/setup-python@v5
3339
+ with :
3340
+ python-version : " 3.11"
3341
+
3342
+ - name : Install tox
3343
+ run : pip install tox
3344
+
3345
+ - name : Run tests
3346
+ run : tox -e py311-test-instrumentation-kafka-pythonng -- -ra
3347
+
3348
+ py312-test-instrumentation-kafka-pythonng_ubuntu-latest :
3349
+ name : instrumentation-kafka-pythonng 3.12 Ubuntu
3350
+ runs-on : ubuntu-latest
3351
+ steps :
3352
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3353
+ uses : actions/checkout@v4
3354
+
3355
+ - name : Set up Python 3.12
3356
+ uses : actions/setup-python@v5
3357
+ with :
3358
+ python-version : " 3.12"
3359
+
3360
+ - name : Install tox
3361
+ run : pip install tox
3362
+
3363
+ - name : Run tests
3364
+ run : tox -e py312-test-instrumentation-kafka-pythonng -- -ra
3365
+
3276
3366
pypy3-test-instrumentation-kafka-python_ubuntu-latest :
3277
3367
name : instrumentation-kafka-python pypy-3.8 Ubuntu
3278
3368
runs-on : ubuntu-latest
@@ -3291,6 +3381,24 @@ jobs:
3291
3381
- name : Run tests
3292
3382
run : tox -e pypy3-test-instrumentation-kafka-python -- -ra
3293
3383
3384
+ pypy3-test-instrumentation-kafka-pythonng_ubuntu-latest :
3385
+ name : instrumentation-kafka-pythonng pypy-3.8 Ubuntu
3386
+ runs-on : ubuntu-latest
3387
+ steps :
3388
+ - name : Checkout repo @ SHA - ${{ github.sha }}
3389
+ uses : actions/checkout@v4
3390
+
3391
+ - name : Set up Python pypy-3.8
3392
+ uses : actions/setup-python@v5
3393
+ with :
3394
+ python-version : " pypy-3.8"
3395
+
3396
+ - name : Install tox
3397
+ run : pip install tox
3398
+
3399
+ - name : Run tests
3400
+ run : tox -e pypy3-test-instrumentation-kafka-pythonng -- -ra
3401
+
3294
3402
py38-test-instrumentation-confluent-kafka_ubuntu-latest :
3295
3403
name : instrumentation-confluent-kafka 3.8 Ubuntu
3296
3404
runs-on : ubuntu-latest
0 commit comments