Added python 3.11

This commit is contained in:
Rhet Turnbull 2022-11-12 19:35:25 -08:00 committed by GitHub
parent 7d72499ac2
commit 6dc91fbc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [macos-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1