Skip to content

Commit

Permalink
Use final release for 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Oct 5, 2021
1 parent 5b2e320 commit 2bde020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"fail-fast": false,
"matrix": {
"name": [
"win-py-3.10-dev",
"win-py-3.10",
"win-py-3.9",
"win-py-3.8",
"win-py-3.7",
Expand All @@ -73,8 +73,8 @@
],
"include": [
{
"name": "win-py-3.10-dev",
"pyenv": "3.10-dev",
"name": "win-py-3.10",
"pyenv": "3.10",
},
{
"name": "win-py-3.9",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"strategy": {
"matrix": {
"name": [
"win-wheel-3.10-dev",
"win-wheel-3.10",
"win-wheel-3.9",
"win-wheel-3.8",
"win-wheel-3.7",
Expand All @@ -92,8 +92,8 @@
],
"include": [
{
"name": "win-wheel-3.10-dev",
"pyenv": "3.10-dev",
"name": "win-wheel-3.10",
"pyenv": "3.10",
},
{
"name": "win-wheel-3.9",
Expand Down

0 comments on commit 2bde020

Please sign in to comment.