disable windows 3.13?

This commit is contained in:
James Turk 2024-10-28 23:37:58 -05:00
parent 1a57bab506
commit 46ce49773f
1 changed files with 10 additions and 10 deletions

View File

@ -6,9 +6,9 @@
on: on:
push: push:
branches: branches:
- 'main' - "main"
tags: tags:
- '*' - "*"
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.8', '3.12', '3.13', 'pypy3.10'] python-version: ["3.8", "3.12", "3.13", "pypy3.10"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -33,7 +33,7 @@ jobs:
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
args: --release --out dist -i ${{ matrix.python-version }} args: --release --out dist -i ${{ matrix.python-version }}
sccache: 'true' sccache: "true"
- name: Install Just - name: Install Just
uses: extractions/setup-just@v2 uses: extractions/setup-just@v2
- name: Run Cargo Tests - name: Run Cargo Tests
@ -70,7 +70,7 @@ jobs:
with: with:
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ matrix.platform.interpreter }} args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true' sccache: "true"
manylinux: auto manylinux: auto
- name: Upload wheels - name: Upload wheels
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@ -106,7 +106,7 @@ jobs:
with: with:
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ matrix.platform.interpreter }} args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true' sccache: "true"
manylinux: musllinux_1_1 manylinux: musllinux_1_1
- name: Upload wheels - name: Upload wheels
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@ -121,9 +121,9 @@ jobs:
matrix: matrix:
platform: platform:
- target: x64 - target: x64
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 interpreter: 3.8 3.9 3.10 3.11 3.12 #3.13
- target: x86 - target: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 interpreter: 3.8 3.9 3.10 3.11 3.12 #3.13
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -133,7 +133,7 @@ jobs:
with: with:
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ matrix.platform.interpreter }} args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true' sccache: "true"
- name: Upload wheels - name: Upload wheels
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -159,7 +159,7 @@ jobs:
with: with:
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ matrix.platform.interpreter }} args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true' sccache: "true"
- name: Upload wheels - name: Upload wheels
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: