build: upgrade to Python 3.13.3

This commit is contained in:
sebthom
2025-04-27 23:20:50 +02:00
parent 52e1682dba
commit 634cc3d9ee

View File

@@ -67,16 +67,16 @@ jobs:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
PUBLISH_RELEASE: false PUBLISH_RELEASE: false
- os: macos-13 # X86 - os: macos-13 # X86
PYTHON_VERSION: "3.13.2" PYTHON_VERSION: "3.13.3"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
- os: macos-latest # ARM - os: macos-latest # ARM
PYTHON_VERSION: "3.13.2" PYTHON_VERSION: "3.13.3"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
- os: ubuntu-latest - os: ubuntu-latest
PYTHON_VERSION: "3.13.2" PYTHON_VERSION: "3.13.3"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
- os: windows-latest - os: windows-latest
PYTHON_VERSION: "3.13.2" PYTHON_VERSION: "3.13.3"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images