Add Python 3.12 support in UnitTest for Windows OS

pull/2578/head
nicolargo 2023-10-07 08:48:48 +02:00
parent ff22f5abcd
commit 62fd5aaee8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps: