Skip to content

Commit

Permalink
Merge pull request #949 from htm-community/release_py38_py39
Browse files Browse the repository at this point in the history
Build releases for python versions 3.8 and 3.9
  • Loading branch information
ctrl-z-9000-times authored Jul 8, 2021
2 parents b7170aa + 992bc37 commit 60b96b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 60b96b7

Please sign in to comment.