Skip to content

Commit

Permalink
packaging: Use PEP 621
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 5, 2025
1 parent aeecf18 commit 864ff6e
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 413 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
test:
runs-on: ubuntu-latest
env:
NOXPYTHON: ${{ matrix.python-version }}
NOXFORCEPYTHON: ${{ matrix.python-version }}
NOXSESSION: tests
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
strategy:
fail-fast: false
max-parallel: 2
matrix:
python-version:
- "3.9"
Expand Down
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
raise SystemExit(dedent(message)) from None

python_versions = [
"3.14",
"3.13",
"3.12",
"3.11",
Expand Down
Loading

0 comments on commit 864ff6e

Please sign in to comment.