From fc36606fa785e5843976f79e97348cd1173fa864 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Tue, 17 Jun 2025 20:23:48 -0700 Subject: [PATCH] Fix the python version for building to 3.11 --- .forgejo/workflows/build.yml | 2 +- .forgejo/workflows/demo.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d3d7f19..a6d1b10 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.11' - name: Install dependencies run: | diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml deleted file mode 100644 index 21280bd..0000000 --- a/.forgejo/workflows/demo.yaml +++ /dev/null @@ -1,6 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - run: echo All Good \ No newline at end of file