diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ac4e66..eccbe58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,12 +18,6 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python: [3.8, 3.9, "3.10", "3.11", "3.12"] include: - - os: macos-13 - python: 3.6 - - os: ubuntu-20.04 - python: 3.6 - - os: windows-2019 - python: 3.6 - os: macos-13 python: 3.7 - os: ubuntu-20.04