diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-11-25 01:28:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 01:28:10 +0100 |
commit | f2849fce1b1918c4cce1fd8209ffef41bd55d626 (patch) | |
tree | c3f234de80f370228f1f44d8ea8bab8758a97491 /.github | |
parent | Merge pull request #2418 from hlohaus/arm3 (diff) | |
parent | Fix import Annotated typing (diff) | |
download | gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar.gz gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar.bz2 gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar.lz gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar.xz gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.tar.zst gpt4free-f2849fce1b1918c4cce1fd8209ffef41bd55d626.zip |
Diffstat (limited to '.github')
-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: | |