Enable builds for Python 3.13 (#4414)

* Enable builds for Python 3.13
This commit is contained in:
Arnab Animesh Das
2024-10-18 18:33:46 +05:30
committed by Corentin Le Molgat
parent 61d5b5e937
commit a4f196a67a
15 changed files with 53 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ jobs:
{version: "3.10", dir: Python310},
{version: "3.11", dir: Python311},
{version: "3.12", dir: Python312},
{version: "3.13", dir: Python313},
]
fail-fast: false
name: Windows • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}