Add python 3.10 to github actions

This commit is contained in:
Dustin Spicuzza 2021-11-25 23:37:14 -05:00
parent 5f57509568
commit 7094a0c677

View File

@ -39,7 +39,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, macos-latest, ubuntu-18.04] os: [windows-latest, macos-latest, ubuntu-18.04]
python_version: [3.6, 3.7, 3.8, 3.9] python_version: [3.6, 3.7, 3.8, 3.9, "3.10"]
architecture: [x86, x64] architecture: [x86, x64]
exclude: exclude:
- os: macos-latest - os: macos-latest