Skip to content

Commit

Permalink
build wheels for py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jan 10, 2021
1 parent d44bb25 commit 197fb14
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{
"os": "ubuntu-latest",
"python-version": "3.8",
"python-version": "3.9",
"runOnEvent": "always"
},
{
"os": "ubuntu-latest",
"python-version": "3.8",
"runOnEvent": "release"
},
{
"os": "ubuntu-latest",
"python-version": "3.7",
Expand All @@ -19,6 +24,11 @@
"python-version": "3.8",
"runOnEvent": "always"
},
{
"os": "windows-latest",
"python-version": "3.8",
"runOnEvent": "release"
},
{
"os": "windows-latest",
"python-version": "3.7",
Expand All @@ -31,9 +41,14 @@
},
{
"os": "macos-latest",
"python-version": "3.8",
"python-version": "3.9",
"runOnEvent": "always"
},
{
"os": "macos-latest",
"python-version": "3.8",
"runOnEvent": "release"
},
{
"os": "macos-latest",
"python-version": "3.7",
Expand Down

0 comments on commit 197fb14

Please sign in to comment.