summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-11 08:36:09 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-11 08:36:09 +0100
commit228392eaa231799321dc1512e1e4d753a90c3559 (patch)
tree6b46c5cc3671f0e1f4fcdab7e92050b3713d466c
parentAdd disable history button in GUI (diff)
downloadgpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.gz
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.bz2
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.lz
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.xz
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.zst
gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.zip
-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