Skip to content

Commit

Permalink
build Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 10, 2024
1 parent 0d0b6fc commit 421b2d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
manylinux: auto
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -47,7 +47,7 @@ jobs:
target: aarch64-unknown-linux-gnu
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -68,7 +68,7 @@ jobs:
target: armv7
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 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 @@ -89,7 +89,7 @@ jobs:
target: x86_64
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -110,7 +110,7 @@ jobs:
target: aarch64
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -130,7 +130,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -149,7 +149,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist --target universal2-apple-darwin -i 3.8 3.9 3.10 3.11 3.12
args: --release -o dist --target universal2-apple-darwin -i 3.8 3.9 3.10 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = []
license = "MIT"
Expand Down

0 comments on commit 421b2d6

Please sign in to comment.