Update requirements and add Python 3.11 to CI

This commit is contained in:
Veronica Berglyd Olsen
2022-10-25 16:58:46 +02:00
parent 2f926301e6
commit a5cbaa7f8c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- name: Python Setup