From 59f8ccc62a9805046ce03b98feea0e12b1c3423a Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 9 Oct 2024 19:58:54 -0700 Subject: [PATCH] Use latest available Python 3.11.x Signed-off-by: Nic Cope --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35b35c..cc5e70d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ concurrency: env: # Common versions - PYTHON_VERSION: '3.11.10' + PYTHON_VERSION: '3.11' HATCH_VERSION: '1.12.0' # The PyPi project version to push. The default is v0.0.0+gitdate-gitsha.