diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-25 01:24:03 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-25 01:24:03 +0100 |
commit | 8153668ab877ee23c5dc05351f5f61be2d497956 (patch) | |
tree | c3f234de80f370228f1f44d8ea8bab8758a97491 /.github/workflows | |
parent | Fix typing issue (diff) | |
download | gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar.gz gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar.bz2 gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar.lz gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar.xz gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.tar.zst gpt4free-8153668ab877ee23c5dc05351f5f61be2d497956.zip |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish-workflow.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 9ad68bd8..82d21cb7 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up Python 3.8 + - name: Set up Python 3.13 uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.13" cache: 'pip' - name: Install requirements run: | |