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 Jan 4, 2025
1 parent 9343669 commit 991ea8c
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 341 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pip==24.3.1
poetry==1.8.5
poetry @ git+https://github.com/python-poetry/poetry.git@main
poetry-dynamic-versioning==1.4.1
poetry-plugin-export==1.8.0
nox==2024.10.9
nox-poetry==1.0.3
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ jobs:
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"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"

steps:
- name: Checkout code
Expand All @@ -67,6 +69,7 @@ jobs:
- name: Install Poetry
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version
poetry self show plugins
Expand Down
Loading

0 comments on commit 991ea8c

Please sign in to comment.