Add python 3.11 to test matrix (#51)

This commit is contained in:
Adam Watkins
2023-07-09 20:19:00 -07:00
committed by GitHub
parent fbc4246eb7
commit ea588b6e71
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2