From a65b12e2bddb338ca45ce3a8444d651333e84f30 Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Tue, 1 Mar 2022 21:45:05 -0800 Subject: [PATCH] :construction_worker: macOS and Windows python 3.10 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b82e2f3..dfedd4c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,8 +26,8 @@ jobs: - { python: "3.10", os: "ubuntu-latest", session: "tests" } - { python: 3.9, os: "ubuntu-latest", session: "tests" } - { python: 3.8, os: "ubuntu-latest", session: "tests" } - - { python: 3.9, os: "windows-latest", session: "tests" } - - { python: 3.9, os: "macos-latest", session: "tests" } + - { python: "3.10", os: "windows-latest", session: "tests" } + - { python: "3.10", os: "macos-latest", session: "tests" } - { python: "3.10", os: "ubuntu-latest", session: "typeguard" } - { python: "3.10", os: "ubuntu-latest", session: "xdoctest" } - { python: "3.10", os: "ubuntu-latest", session: "docs-build" }