diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f14ef8af..d3ac2afe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: "3.10" - name: Install external dependencies run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y - name: Install sec-certs and deps diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index aa28ddc5..3524329a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - name: Install dependencies run: | sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb99b4f1..70fcc839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - name: Install build dependencies run: python -m pip install build - name: Build distributions diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3ce598d..ccda7c3f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" cache: "pip" cache-dependency-path: | requirements/test_requirements.txt |
