Skip to content

Commit

Permalink
update: more python3.8 abi3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Jun 11, 2024
1 parent 10860ac commit 34a4930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

env:
PACKAGE_NAME: rs_chardet
PYTHON_VERSION: "3.7" # to build abi3 wheels
PYTHON_VERSION: "3.8" # to build abi3 wheels

jobs:
macos:
Expand Down Expand Up @@ -132,11 +132,11 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release -i python3.7 --out dist
args: --release -i python3.8 --out dist
maturin-version: "v0.13.0"
before-script-linux: |
echo $(which python3.7)
python3.7 --version
echo $(which python3.8)
python3.8 --version
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "rs-chardet"
requires-python = ">=3.7"
requires-python = ">=3.8"
repository = "https://github.com/emattiza/rs_chardet"
authors = [
{ name = "Evan Mattiza" }
Expand Down

0 comments on commit 34a4930

Please sign in to comment.