Revert "Update to Python 3.11 in GitHub Actions"

This commit is contained in:
@hadesragnarokclassic 2022-11-10 09:06:41 +07:00 committed by GitHub
parent 4c6bb8a6dd
commit f6aba45d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
permissions: permissions:
contents: read contents: read
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
@ -30,7 +30,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.x" python-version: "3.10"
cache: pip cache: pip
cache-dependency-path: "setup.py" cache-dependency-path: "setup.py"

View File

@ -226,7 +226,7 @@ jobs:
path: dist\*.whl path: dist\*.whl
- name: Upload fribidi.dll - name: Upload fribidi.dll
if: "github.event_name != 'pull_request' && matrix.python-version == 3.11" if: "github.event_name != 'pull_request' && matrix.python-version == 3.10"
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: fribidi name: fribidi

View File

@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
permissions: permissions:
contents: read contents: read
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
@ -96,7 +96,7 @@ jobs:
path: Tests/errors path: Tests/errors
- name: Docs - name: Docs
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.11 if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.10
run: | run: |
make doccheck make doccheck