From 6642a1c3e0727189f1295268db267a33748ecf95 Mon Sep 17 00:00:00 2001 From: edgar Date: Thu, 14 Mar 2024 22:29:50 +0100 Subject: [PATCH] add python 3.12 --- .github/workflows/python_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 908b1464..c673fa2c 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x86_64, aarch64] steps: @@ -44,7 +44,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x86_64, aarch64] steps: - uses: ilammy/setup-nasm@v1 @@ -74,7 +74,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x64, x86] steps: - uses: ilammy/setup-nasm@v1