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.
  • Loading branch information
joerick committed Jan 10, 2025
1 parent b720516 commit 37f7f61
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 37f7f61

Please sign in to comment.