Update azure-pipelines.yml -add Python 3.12

This commit is contained in:
Clinton Hall 2024-02-27 20:26:02 +13:00 committed by GitHub
commit 07fc1783b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,8 @@ jobs:
python.version: '3.10'
Python311:
python.version: '3.11'
Python312:
python.version: '3.12'
maxParallel: 3
steps: