From 49b847ba95d2f94605286dfbbf860b7eefd29881 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Aug 2021 09:54:30 +1000 Subject: [PATCH] Added Python 3.10 Linux jobs --- .github/workflows/wheels.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a7d130409..943a6a03e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,8 +23,6 @@ jobs: exclude: - os: "macos-latest" platform: "i686" - - os: "ubuntu-20.04" - python: "3.10" include: - os: "macos-latest" os-name: "osx" @@ -83,8 +81,6 @@ jobs: exclude: - os: "macos-latest" platform: "i686" - - os: "ubuntu-20.04" - python: "3.10" include: - os: "macos-latest" os-name: "osx"