Nump python version on the plugin job

https://github.com/pytest-dev/pytest/pull/11692#issuecomment-1849963332
This commit is contained in:
Pierre Sassoulas 2023-12-11 14:52:40 +01:00 committed by GitHub
parent bb305ed4c0
commit 0c43ce64df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
tox_env: "py312-xdist" tox_env: "py312-xdist"
- name: "plugins" - name: "plugins"
python: "3.9" python: "3.12"
os: ubuntu-latest os: ubuntu-latest
tox_env: "plugins" tox_env: "plugins"