From 0c43ce64dfa3ad818464b4ae5a0f11467398df9c Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 11 Dec 2023 14:52:40 +0100 Subject: [PATCH] Nump python version on the plugin job https://github.com/pytest-dev/pytest/pull/11692#issuecomment-1849963332 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f5832475..07954fa3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: tox_env: "py312-xdist" - name: "plugins" - python: "3.9" + python: "3.12" os: ubuntu-latest tox_env: "plugins"