From 4f087907378ecc380c60d6b74d743822f531f254 Mon Sep 17 00:00:00 2001 From: insolor Date: Tue, 23 May 2023 16:53:04 +0000 Subject: [PATCH] Try to run tests on windows + python 2.7 --- .github/workflows/tox_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tox_tests.yml b/.github/workflows/tox_tests.yml index a00f2c7..3169478 100644 --- a/.github/workflows/tox_tests.yml +++ b/.github/workflows/tox_tests.yml @@ -16,8 +16,6 @@ jobs: python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest, windows-latest] exclude: - - os: windows-latest - python-version: "2.7" - os: ubuntu-latest python-version: "3.6" fail-fast: false