Skip to content

Commit

Permalink
build for 3.13t (#81)
Browse files Browse the repository at this point in the history
* build for 3.13t

* fix
  • Loading branch information
ringsaturn authored Dec 1, 2024
1 parent 1bdfe01 commit 329095d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 44 deletions.
8 changes: 4 additions & 4 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 3.13
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 python3.13t
- 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 3.13
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 python3.13t
- 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 3.13
args: --release -o dist -i 3.9 3.10 3.11 3.12 3.13 python3.13t
container: messense/manylinux_2_24-cross:armv7
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
command: build
sccache: true
args: --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12 3.13
args: --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12 3.13 python3.13t
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Issues = "https://github.com/ringsaturn/tzfpy/issues"

[dependency-groups]
dev = [
"ruff>=0.7.2",
"ruff==0.8.1",
"citiespy>=0.6.6",
"maturin>=1.7.4",
"maturin==1.7.6",
"pytest>=8.3.3",
"pytest-benchmark>=5.1.0",
"pytest-cov>=6.0.0",
Expand Down
Loading

0 comments on commit 329095d

Please sign in to comment.