Update python-tests.yml

This commit is contained in:
paul-gauthier 2023-05-29 05:57:27 -07:00 committed by GitHub
parent b68ac68dd4
commit 9abaddb754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.10", "3.11"]
steps:
- name: Check out repository