From f1717fb18fcb10446be5a41385cc46574ad37fcb Mon Sep 17 00:00:00 2001 From: Raphael Shirley Date: Tue, 15 Oct 2024 10:26:26 +0200 Subject: [PATCH] Added 313 to PyPi publish --- .github/workflows/publish-to-pypi.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index dd9e2d7..10f531a 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -45,6 +45,11 @@ jobs: platform_id: manylinux_x86_64 manylinux_image: manylinux2014 python_version: "3.12" + - os: ubuntu-22.04 + python: 313 + platform_id: manylinux_x86_64 + manylinux_image: manylinux2014 + python_version: "3.13" # MacOS x86_64 - os: macos-12 @@ -63,6 +68,10 @@ jobs: python: 312 platform_id: macosx_x86_64 python_version: "3.12" + - os: macos-12 + python: 313 + platform_id: macosx_x86_64 + python_version: "3.13" # MacOS arm64 - os: macos-14 @@ -81,6 +90,10 @@ jobs: python: 312 platform_id: macosx_arm64 python_version: "3.12" + - os: macos-14 + python: 313 + platform_id: macosx_arm64 + python_version: "3.13" steps: - name: Checkout LePhare