Update python-package.yml

Added 3.10 to python versions
This commit is contained in:
Jamie Hardt
2022-01-11 12:11:45 -08:00
committed by GitHub
parent 80729443d1
commit 961d68df21

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2