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,7 +16,8 @@ jobs:
{version: "3.9"},
{version: "3.10"},
{version: "3.11"},
{version: "3.12"}
{version: "3.12"},
{version: "3.13"},
]
fail-fast: false
name: MacOS • ${{ matrix.cmake.generator }} • Python-${{ matrix.python.version }}