Skip to content

Commit

Permalink
removed "pyo3/auto-initialize" (#1574)
Browse files Browse the repository at this point in the history
* removed "pyo3/auto-initialize"

* remove 3.7

* test

* Removing 3.8

* put 3.8 back
  • Loading branch information
miratepuffin authored Apr 15, 2024
1 parent baecde7 commit 633c7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
working-directory: ./python
command: build
target: ${{ matrix.target }}
args: --release --out dist -i python3.7 -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
manylinux: 2_28
before-script-linux: |
if [[ -f /etc/os-release ]]; then
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
working-directory: ./python
command: build
target: ${{ matrix.target }}
args: --release --out dist -i python3.7 -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
- name: Upload wheels to gh artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
working-directory: ./python
command: build
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
- name: Upload wheels to gh artifact
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ youtube = "https://www.youtube.com/@pometry8546/videos"
export = ["seaborn >= 0.11.2"]

[tool.maturin]
features = ["pyo3/extension-module", "pyo3/auto-initialize"]
features = ["pyo3/extension-module"]
python-source = "python"

0 comments on commit 633c7c2

Please sign in to comment.