Skip to content

Commit

Permalink
Remove specific Python versions from the update-dependencies job
Browse files Browse the repository at this point in the history
The requirements pinning is done by uv now, so we don't need to
run the versions of Python to do the pinning anymore.

Cherry-picked from 37f7f61
  • Loading branch information
joerick authored and henryiii committed Feb 25, 2025
1 parent f76d345 commit 8874ee2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- uses: actions/checkout@v4

- uses: wntrblm/nox@2024.10.09
with:
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13"

- name: "Run update: dependencies"
run: nox --force-color -s update_constraints
Expand Down

0 comments on commit 8874ee2

Please sign in to comment.