Adding Windows compilation support

- Automatically determining build arch from running Python shell
  * Should work across all platforms
This commit is contained in:
Jacob Alexander
2019-10-15 18:09:11 -07:00
parent 67d5276936
commit 063522d308
2 changed files with 16 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
# Some asyncio commands require 3.7+
# It may be possible to use 3.6 and maybe 3.5; however, this will take some patching to get examples to work
python-version: [3.7]
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1