From cc582c2ae10ae4dbef33ce4bcac1e1d21d7419e9 Mon Sep 17 00:00:00 2001 From: Ioannis Pantidis <40605232+AttackingOrDefending@users.noreply.github.com> Date: Sat, 8 Jun 2024 20:35:26 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) 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