From c07b92e64e42857d6e772dbcbb097e897f720ae1 Mon Sep 17 00:00:00 2001 From: LippsApple Date: Mon, 8 Jul 2024 19:32:37 +0800 Subject: [PATCH] fix python workflow --- .github/workflows/python.yml | 12 ++++-------- matcher_py/pyproject.toml | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 78d5f81..78e6369 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,14 +26,13 @@ jobs: target: x86_64 - runner: ubuntu-latest target: aarch64 - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v5 with: python-version: "${{ matrix.python }}" - allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 env: @@ -62,14 +61,13 @@ jobs: target: x86_64 - runner: ubuntu-latest target: aarch64 - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v5 with: python-version: "${{ matrix.python }}" - allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 env: @@ -96,14 +94,13 @@ jobs: platform: - runner: windows-latest target: x64 - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v5 with: python-version: "${{ matrix.python }}" - allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 env: @@ -131,14 +128,13 @@ jobs: target: x86_64 - runner: macos-14 target: aarch64 - python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v5 with: python-version: "${{ matrix.python }}" - allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 env: diff --git a/matcher_py/pyproject.toml b/matcher_py/pyproject.toml index 4dfd150..6544a18 100644 --- a/matcher_py/pyproject.toml +++ b/matcher_py/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", "Programming Language :: Python", "Programming Language :: Rust", "Typing :: Typed",