From e5740ee981e5956c5421ca54bcb7e3da228b8308 Mon Sep 17 00:00:00 2001 From: scivision Date: Sun, 28 Jan 2024 22:21:43 -0500 Subject: [PATCH] ci:macos py 3.11 --- .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 cfeb379..96df901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: include: - python-version: "3.x" os: windows-latest - - python-version: "3.x" + - python-version: "3.11" os: macos-latest steps: