Enables Python 3.11 testing

This commit is contained in:
Trenton H
2023-09-08 11:28:13 -07:00
parent d532913d56
commit 0ef3a141a8
4 changed files with 10 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ jobs:
- pre-commit
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false
steps:
-