Switch CI from 3.12-dev to 3.12

This commit is contained in:
Veronica Berglyd Olsen
2023-10-08 21:08:08 +02:00
parent 976f73c41c
commit ed8d4a4c26
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Python Setup