summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Jerome Ellison <micah.jerome.ellison@gmail.com>2024-02-01 18:53:27 -0800
committerGitHub <noreply@github.com>2024-02-01 18:53:27 -0800
commitbf32d598443b6619471400af733ce06ea8969b6d (patch)
treeb48bddf4ac3bf96380466e2c41842a2e22bd657f
parentcaf3cdea3d003e15286f606e33060ded608539b9 (diff)
Update release process to use Python 3.12 (#1820)
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f663b7e7..365b5d7a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: '3.11'
+ python-version: '3.12'
- name: Checkout repo
uses: actions/checkout@v4