Skip to content

Commit

Permalink
Drop 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Jan 17, 2025
1 parent 7352c00 commit d12cce1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 100 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12 3.13' }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12' }}
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12 3.13' }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12' }}
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12 3.13' }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12' }}
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12 3.13' }}
args: --release --out dist --interpreter ${{ matrix.platform.interpreter || '3.9 3.10 3.11 3.12' }}
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
# placeholder until Manim v0.19.0 is release with 3.13 support
"manim @ git+https://github.com/ManimCommunity/manim.git@7879fe43770da2e93240f99adb79ef8ee91b6661",
"manim > 0.18.0",
]

[project.urls]
Expand Down
Loading

0 comments on commit d12cce1

Please sign in to comment.