From 0110629b318d27efa2b42abc81db9ae062cb90b7 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 4 Aug 2024 04:02:56 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b6df43c..4976b03 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - name: setup python uses: actions/setup-python@v4 with: - python-version: 3.8 #install the python needed + python-version: 3 #install the python needed # with: # python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax #architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified