updated python version list

This commit is contained in:
Paul Gauthier 2023-05-27 13:51:45 -07:00
parent 203b37a051
commit 8967cd6efc

View file

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