From a75e83efa7513c6411dfb10bfc2fa298b0a4accf Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Tue, 19 Nov 2024 12:58:04 +1100 Subject: [PATCH] Use 3.11 for releases --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c180efa5..f8302e5f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -89,7 +89,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel