@@ -260,6 +260,158 @@ jobs:
260260 - name : Run tests
261261 run : tox -e pypy3-test-instrumentation-openai-v2-latest -- -ra
262262
263+ py310-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest :
264+ name : instrumentation-openai_agents-v2-oldest 3.10 Ubuntu
265+ runs-on : ubuntu-latest
266+ timeout-minutes : 30
267+ steps :
268+ - name : Checkout repo @ SHA - ${{ github.sha }}
269+ uses : actions/checkout@v4
270+
271+ - name : Set up Python 3.10
272+ uses : actions/setup-python@v5
273+ with :
274+ python-version : " 3.10"
275+
276+ - name : Install tox
277+ run : pip install tox-uv
278+
279+ - name : Run tests
280+ run : tox -e py310-test-instrumentation-openai_agents-v2-oldest -- -ra
281+
282+ py310-test-instrumentation-openai_agents-v2-latest_ubuntu-latest :
283+ name : instrumentation-openai_agents-v2-latest 3.10 Ubuntu
284+ runs-on : ubuntu-latest
285+ timeout-minutes : 30
286+ steps :
287+ - name : Checkout repo @ SHA - ${{ github.sha }}
288+ uses : actions/checkout@v4
289+
290+ - name : Set up Python 3.10
291+ uses : actions/setup-python@v5
292+ with :
293+ python-version : " 3.10"
294+
295+ - name : Install tox
296+ run : pip install tox-uv
297+
298+ - name : Run tests
299+ run : tox -e py310-test-instrumentation-openai_agents-v2-latest -- -ra
300+
301+ py311-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest :
302+ name : instrumentation-openai_agents-v2-oldest 3.11 Ubuntu
303+ runs-on : ubuntu-latest
304+ timeout-minutes : 30
305+ steps :
306+ - name : Checkout repo @ SHA - ${{ github.sha }}
307+ uses : actions/checkout@v4
308+
309+ - name : Set up Python 3.11
310+ uses : actions/setup-python@v5
311+ with :
312+ python-version : " 3.11"
313+
314+ - name : Install tox
315+ run : pip install tox-uv
316+
317+ - name : Run tests
318+ run : tox -e py311-test-instrumentation-openai_agents-v2-oldest -- -ra
319+
320+ py311-test-instrumentation-openai_agents-v2-latest_ubuntu-latest :
321+ name : instrumentation-openai_agents-v2-latest 3.11 Ubuntu
322+ runs-on : ubuntu-latest
323+ timeout-minutes : 30
324+ steps :
325+ - name : Checkout repo @ SHA - ${{ github.sha }}
326+ uses : actions/checkout@v4
327+
328+ - name : Set up Python 3.11
329+ uses : actions/setup-python@v5
330+ with :
331+ python-version : " 3.11"
332+
333+ - name : Install tox
334+ run : pip install tox-uv
335+
336+ - name : Run tests
337+ run : tox -e py311-test-instrumentation-openai_agents-v2-latest -- -ra
338+
339+ py312-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest :
340+ name : instrumentation-openai_agents-v2-oldest 3.12 Ubuntu
341+ runs-on : ubuntu-latest
342+ timeout-minutes : 30
343+ steps :
344+ - name : Checkout repo @ SHA - ${{ github.sha }}
345+ uses : actions/checkout@v4
346+
347+ - name : Set up Python 3.12
348+ uses : actions/setup-python@v5
349+ with :
350+ python-version : " 3.12"
351+
352+ - name : Install tox
353+ run : pip install tox-uv
354+
355+ - name : Run tests
356+ run : tox -e py312-test-instrumentation-openai_agents-v2-oldest -- -ra
357+
358+ py312-test-instrumentation-openai_agents-v2-latest_ubuntu-latest :
359+ name : instrumentation-openai_agents-v2-latest 3.12 Ubuntu
360+ runs-on : ubuntu-latest
361+ timeout-minutes : 30
362+ steps :
363+ - name : Checkout repo @ SHA - ${{ github.sha }}
364+ uses : actions/checkout@v4
365+
366+ - name : Set up Python 3.12
367+ uses : actions/setup-python@v5
368+ with :
369+ python-version : " 3.12"
370+
371+ - name : Install tox
372+ run : pip install tox-uv
373+
374+ - name : Run tests
375+ run : tox -e py312-test-instrumentation-openai_agents-v2-latest -- -ra
376+
377+ py313-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest :
378+ name : instrumentation-openai_agents-v2-oldest 3.13 Ubuntu
379+ runs-on : ubuntu-latest
380+ timeout-minutes : 30
381+ steps :
382+ - name : Checkout repo @ SHA - ${{ github.sha }}
383+ uses : actions/checkout@v4
384+
385+ - name : Set up Python 3.13
386+ uses : actions/setup-python@v5
387+ with :
388+ python-version : " 3.13"
389+
390+ - name : Install tox
391+ run : pip install tox-uv
392+
393+ - name : Run tests
394+ run : tox -e py313-test-instrumentation-openai_agents-v2-oldest -- -ra
395+
396+ py313-test-instrumentation-openai_agents-v2-latest_ubuntu-latest :
397+ name : instrumentation-openai_agents-v2-latest 3.13 Ubuntu
398+ runs-on : ubuntu-latest
399+ timeout-minutes : 30
400+ steps :
401+ - name : Checkout repo @ SHA - ${{ github.sha }}
402+ uses : actions/checkout@v4
403+
404+ - name : Set up Python 3.13
405+ uses : actions/setup-python@v5
406+ with :
407+ python-version : " 3.13"
408+
409+ - name : Install tox
410+ run : pip install tox-uv
411+
412+ - name : Run tests
413+ run : tox -e py313-test-instrumentation-openai_agents-v2-latest -- -ra
414+
263415 py39-test-instrumentation-vertexai-oldest_ubuntu-latest :
264416 name : instrumentation-vertexai-oldest 3.9 Ubuntu
265417 runs-on : ubuntu-latest
0 commit comments