Skip to content

Commit 37f7f61

Browse files
committed
Remove specific Python versions from the update-dependencies job
The requirements pinning is done by uv now, so we don't need to run the versions of Python to do the pinning anymore.
1 parent b720516 commit 37f7f61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-dependencies.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- uses: wntrblm/[email protected]
36-
with:
37-
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13"
3836

3937
- name: "Run update: dependencies"
4038
run: nox --force-color -s update_constraints

0 commit comments

Comments
 (0)