| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -140,7 +140,7 @@ jobs: | |||
| 140 | 140 | strategy: | |
| 141 | 141 | fail-fast: false | |
| 142 | 142 | matrix: | |
| 143 | - python-tag: ["abi3", "3.13t", "3.14t"] | ||
| 143 | + python-tag: ["abi3", "3.14t"] | ||
| 144 | 144 | steps: | |
| 145 | 145 | - uses: actions/checkout@v6 | |
| 146 | 146 | ||
@@ -219,7 +219,7 @@ jobs: | |||
| 219 | 219 | strategy: | |
| 220 | 220 | fail-fast: false | |
| 221 | 221 | matrix: | |
| 222 | - python-tag: ["abi3", "3.13t", "3.14t"] | ||
| 222 | + python-tag: ["abi3", "3.14t"] | ||
| 223 | 223 | steps: | |
| 224 | 224 | - uses: actions/checkout@v6 | |
| 225 | 225 | ||
@@ -282,7 +282,7 @@ jobs: | |||
| 282 | 282 | fail-fast: false | |
| 283 | 283 | matrix: | |
| 284 | 284 | os: [macos-latest, windows-latest] | |
| 285 | - python-tag: ["abi3", "3.13t", "3.14t"] | ||
| 285 | + python-tag: ["abi3", "3.14t"] | ||
| 286 | 286 | steps: | |
| 287 | 287 | - uses: actions/checkout@v6 | |
| 288 | 288 | ||
@@ -364,7 +364,7 @@ jobs: | |||
| 364 | 364 | strategy: | |
| 365 | 365 | fail-fast: false | |
| 366 | 366 | matrix: | |
| 367 | - python-tag: ["abi3", "3.13t", "3.14t"] | ||
| 367 | + python-tag: ["abi3", "3.14t"] | ||
| 368 | 368 | steps: | |
| 369 | 369 | - uses: actions/checkout@v6 | |
| 370 | 370 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,6 @@ jobs: | |||
| 44 | 44 | - { python-version: "3.13", wheel-tag: "abi3", freethreaded: false } | |
| 45 | 45 | - { python-version: "3.14", wheel-tag: "abi3", freethreaded: false } | |
| 46 | 46 | # Free-threaded builds — one wheel per interpreter. | |
| 47 | - - { python-version: "3.13t", wheel-tag: "3.13t", freethreaded: true } | ||
| 48 | 47 | - { python-version: "3.14t", wheel-tag: "3.14t", freethreaded: true } | |
| 49 | 48 | steps: | |
| 50 | 49 | - uses: actions/checkout@v6 | |
@@ -90,7 +89,7 @@ jobs: | |||
| 90 | 89 | # asked by exact path, so plain `uv sync` (even with an activated | |
| 91 | 90 | # venv or --active) re-picks the system 3.12 and recreates .venv. | |
| 92 | 91 | # Targeting .venv/bin/python keeps sync and pip install in the | |
| 93 | - # same 3.13t/3.14t environment as the cp313t/cp314t wheel. | ||
| 92 | + # same 3.14t environment as the cp314t wheel. | ||
| 94 | 93 | uv venv --python "${{ steps.setup-python.outputs.python-path }}" | |
| 95 | 94 | VENV_PY="$PWD/.venv/bin/python" | |
| 96 | 95 | uv sync --python "$VENV_PY" --dev --no-install-package datafusion | |
| Back | FazBrowse Home | New Git URL |
0 commit comments