From c41848e8dc682c148a2f3a37e801b5b931d0e3a8 Mon Sep 17 00:00:00 2001 From: Dominique Makowski Date: Thu, 10 Feb 2022 18:40:26 +0800 Subject: [PATCH] don't test on 3.9 til pytest is updated https://github.com/pytest-dev/pytest/issues/9608 --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a8d397b23..d86034178b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,8 @@ jobs: - ubuntu-latest # ubuntu-18.04 # - macos-latest # macOS-10.14 # - windows-latest # windows-2019 - python-version: ["3.7", "3.8", "3.9", "3.10"] + # python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.10"] exclude: - platform: windows-latest python-version: "3.10"