From 95aae8f1843123fa843d2d2e0f4f8aee6d76e734 Mon Sep 17 00:00:00 2001 From: salty Date: Tue, 29 Oct 2024 06:01:33 +0100 Subject: [PATCH] Bump to Python 3.12 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a4082d..2f1a5f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup venv - run: python3.10 -m venv venv + run: python3.12 -m venv venv - name: Install Dependencies run: ./venv/bin/pip install --disable-pip-version-check -r requirements/requirements.txt