Merge pull request #72 from bennylope/test-against-python311

Add Python 3.11 to test matrix
This commit is contained in:
Karl Goetz
2023-01-25 07:23:35 +11:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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@v1