From 992bc37ded59c7ac3a254a3d3939fd6cac3250f6 Mon Sep 17 00:00:00 2001 From: ctrl-z-9000-times Date: Wed, 7 Jul 2021 20:17:45 -0400 Subject: [PATCH] Build releases for python versions 3.8 and 3.9 --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2da144c6c..be8c6e912f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,6 @@ name: Release #TODO arm releases #TODO enable 32bit linux wheels builds? #TODO use older manylinux2010 for larger compatibility? -#TODO support py27 wheels? on: push: @@ -18,7 +17,7 @@ jobs: strategy: #max-parallel: 4 matrix: - python-version: [3.7] #TODO we're not yet py3.8 ready! + python-version: [3.7, 3.8, 3.9] os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-10.15] steps: