From 8603fe3079c1f0ae9115038d6ea713f06bb8aad6 Mon Sep 17 00:00:00 2001 From: Max R Date: Mon, 23 Mar 2026 10:05:04 -0400 Subject: [PATCH] py310+ --- .github/actions/pre-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pre-test/action.yml b/.github/actions/pre-test/action.yml index b70c942f..f5272c84 100644 --- a/.github/actions/pre-test/action.yml +++ b/.github/actions/pre-test/action.yml @@ -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'