Remove 3.9.11 for Windows Installer (#11226)

And replace with just 3.9.x
This commit is contained in:
Gene Hoffman
2022-04-20 11:44:52 -07:00
committed by GitHub
parent 21a968bec2
commit 797a2fb5fe
@@ -62,7 +62,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python 3.9
with:
python-version: "3.9.11"
python-version: "3.9"
- name: Setup Node 16.x
uses: actions/setup-node@v3