diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c58c9184..f3934354 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,8 +60,17 @@ "strategy": { "fail-fast": false, "matrix": { - "name": ["win-py-3.8", "win-py-3.7", "win-py-3.6"], + "name": [ + "win-py-3.9", + "win-py-3.8", + "win-py-3.7", + "win-py-3.6", + ], "include": [ + { + "name": "win-py-3.9", + "pyenv": "3.9", + }, { "name": "win-py-3.8", "pyenv": "3.8", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0336b9b..f02b91fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,9 +79,17 @@ "runs-on": "windows-latest", "strategy": { "matrix": { - "name": ["win-wheel-3.8", "win-wheel-3.7", - "win-wheel-3.6"], + "name": [ + "win-wheel-3.9", + "win-wheel-3.8", + "win-wheel-3.7", + "win-wheel-3.6", + ], "include": [ + { + "name": "win-wheel-3.9", + "pyenv": "3.9", + }, { "name": "win-wheel-3.8", "pyenv": "3.8",