Add Python 3.12-dev to linux tests, and update mac and windows tests to 3.11

This commit is contained in:
Veronica Berglyd Olsen
2023-08-31 19:10:37 +02:00
parent e766fa7dcc
commit baf7bc5866
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
runs-on: ubuntu-latest
steps:
- name: Python Setup