Skip to content

Commit

Permalink
bump winloop in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 16, 2025
1 parent ce43c5a commit e302710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ repos:
- tomli<3
- typing-extensions<5
- uvloop<0.22; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux')
- winloop<0.1.8; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')
- winloop<0.1.9; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')

0 comments on commit e302710

Please sign in to comment.