Skip to content

Commit

Permalink
Skip py3.8 and 3.9 until the setup-python action is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Feb 5, 2024
1 parent d9fe8fd commit 1fba906
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
python-version: 3.8
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
msrv: "MSRV"
# Exclude python 3.8 and 3.9 on arm64 until actions/setup-python#808 is resolved
exclude:
- os: macOS-14
python-version: 3.8
- os: macOS-14
python-version: 3.9
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
7 changes: 6 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ source.
-
* - macOS (11 or newer)
- arm64
- :ref:`tier-1`
- :ref:`tier-1` [#f1]_
-
* - Windows 64bit
- x86_64
Expand All @@ -117,6 +117,11 @@ source.

.. _manylinux 2014: https://peps.python.org/pep-0599/>

.. [#f1] Due to CI environment limitations tests for macOS arm64 are only run with
Python >= 3.10. The published binaries are still built and tested for all supported
Python versions, but the tests run on proposed changes are only run with Python >=3.10
.. _tier-1:

Tier 1
Expand Down

0 comments on commit 1fba906

Please sign in to comment.