Skip to content
Merged

py310+ #3641

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
py310+
  • Loading branch information
mxr authored Mar 23, 2026
commit 8603fe3079c1f0ae9115038d6ea713f06bb8aad6
2 changes: 1 addition & 1 deletion .github/actions/pre-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
using: composite
steps:
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
if: inputs.env == 'py39' && runner.os == 'Linux'
if: inputs.env == 'py310' && runner.os == 'Linux'
Loading