Skip to content

Commit

Permalink
Bump Python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 11, 2024
1 parent 5cad948 commit 4c30bee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Restore uv cache
uses: actions/cache@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
manylinux: auto
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -50,7 +50,7 @@ jobs:
target: aarch64-unknown-linux-gnu
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -71,7 +71,7 @@ jobs:
target: armv7
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
container: messense/manylinux_2_24-cross:armv7
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -92,7 +92,7 @@ jobs:
target: x86_64
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist -i 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -152,7 +152,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12
args: --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodSpeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Restore uv cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4c30bee

Please sign in to comment.