File tree Expand file tree Collapse file tree 5 files changed +430
-338
lines changed
Expand file tree Collapse file tree 5 files changed +430
-338
lines changed Original file line number Diff line number Diff line change 11pip==24.3.1
2- poetry==1.8.5
2+ poetry==2.0.0
3+ poetry-dynamic-versioning==1.5.0
4+ poetry-plugin-export==1.8.0
35nox==2024.10.9
46nox-poetry==1.0.3
Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ jobs:
3333 test :
3434 runs-on : ubuntu-latest
3535 env :
36- NOXPYTHON : ${{ matrix.python-version }}
36+ NOXFORCEPYTHON : ${{ matrix.python-version }}
3737 NOXSESSION : tests
3838 PIP_CONSTRAINT : ${{ github.workspace }}/.github/workflows/constraints.txt
3939 PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
4040 strategy :
41+ fail-fast : false
42+ max-parallel : 2
4143 matrix :
4244 python-version :
4345 - " 3.9"
6769 - name : Install Poetry
6870 run : |
6971 pipx install poetry
72+ pipx inject poetry poetry-plugin-export
7073 poetry --version
7174 poetry self show plugins
7275
Original file line number Diff line number Diff line change 1818 raise SystemExit (dedent (message )) from None
1919
2020python_versions = [
21- "3.14" ,
2221 "3.13" ,
2322 "3.12" ,
2423 "3.11" ,
You can’t perform that action at this time.
0 commit comments