Add Python 3.11 to supported versions

This commit is contained in:
Jeremy Singer-Vine
2023-07-16 15:40:52 -04:00
parent b0493732c4
commit 788857ed03
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2