summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-02-11 08:41:54 +0100
committerGitHub <noreply@github.com>2024-02-11 08:41:54 +0100
commit3c498496f812b252d65b65690c36e5f2aa133b94 (patch)
tree6b46c5cc3671f0e1f4fcdab7e92050b3713d466c /.github
parentUpdate image.py (diff)
parentChange python version to 3.12 in unitests (diff)
downloadgpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar.gz
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar.bz2
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar.lz
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar.xz
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.tar.zst
gpt4free-3c498496f812b252d65b65690c36e5f2aa133b94.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unittest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 90558f09..96e274b1 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -27,7 +27,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
- python-version: "3.11"
+ python-version: "3.12"
cache: 'pip'
- name: Install requirements
run: pip install -r requirements.txt