From 3b25ca0d3fcf85d63a59803ab9e2c886a264c200 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:49:48 +1200 Subject: [PATCH] :pushpin: Pin to Python 3.11.8 to avoid dask.dataframe TypeError Xref https://github.com/dask/dask/issues/11038 --- .github/workflows/ci-tests.yml | 6 +++--- .github/workflows/publish-to-pypi.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1c93e0a..558c2d5 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10", "3.11"] + python-version: ["3.8", "3.10", "3.11.8"] os: [ubuntu-22.04] # Is it a draft Pull Request (true or false)? isDraft: @@ -29,7 +29,7 @@ jobs: exclude: - python-version: '3.8' isDraft: true - - python-version: '3.11' + - python-version: '3.11.8' isDraft: true # Only install optional packages on Ubuntu-22.04/Python 3.10 and 3.11 include: @@ -37,7 +37,7 @@ jobs: python-version: '3.10' extra-packages: '--extras "raster spatial stac vector"' - os: 'ubuntu-22.04' - python-version: '3.11' + python-version: '3.11.8' extra-packages: '--extras "raster spatial stac vector"' steps: diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index b5e1fc7..90839f9 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -38,7 +38,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: - python-version: '3.11' + python-version: '3.11.8' - name: Install Poetry and dynamic-versioning plugin run: |