Run CI tests on Python 3.11 instead of 3.10

This commit is contained in:
Salad Dais
2023-02-07 18:48:58 +00:00
parent 09e1d0b6fc
commit 274f96c710

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.10"]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2