From b5a154c1d961dbc19a3c00d798de2f27aaa5ace5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Feb 2022 09:15:14 -0300 Subject: [PATCH] Merge pull request #9668 from hugovk/test-me-latest-3.10 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d8925f62d6..112ac99a013 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: os: windows-latest tox_env: "py39-xdist" - name: "windows-py310" - python: "3.10.1" + python: "3.10" os: windows-latest tox_env: "py310-xdist" @@ -108,7 +108,7 @@ jobs: os: ubuntu-latest tox_env: "py39-xdist" - name: "ubuntu-py310" - python: "3.10.1" + python: "3.10" os: ubuntu-latest tox_env: "py310-xdist" - name: "ubuntu-pypy3"