fix(python): downgrade to latest Python 3.13 (#523)
All checks were successful
Security / Snyk (push) Successful in 56s
All checks were successful
Security / Snyk (push) Successful in 56s
This app's dependencies do not work with Python 3.14's new async event loop changes, so I am setting the upper version limit to 3.13. Reviewed-on: #523
This commit was merged in pull request #523.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fail_fast: false
|
||||
|
||||
minimum_pre_commit_version: 3.8.0
|
||||
minimum_pre_commit_version: 4.3.0
|
||||
|
||||
default_install_hook_types: [pre-commit, commit-msg]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user