Skip to content

Commit b3efc25

Browse files
derek73claude
andcommitted
Pin pip>=24.2 in CI to support --group dev
dependency-groups (PEP 735) require pip>=24.2; pinning ensures the upgrade step meets that minimum before the dev install runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d782d2 commit b3efc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
30-
python -m pip install --upgrade pip setuptools
30+
python -m pip install --upgrade "pip>=24.2" setuptools
3131
python -m pip install build
3232
python -m pip install twine
3333
python -m pip install --group dev

0 commit comments

Comments
 (0)