Skip to content

Commit

Permalink
Remove 3.8 from Python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Feb 14, 2024
1 parent 2f4cbf7 commit 8bb69ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ wheel_build_task:
- MB_PYTHON_VERSION: "3.11"
- MB_PYTHON_VERSION: "3.10"
- MB_PYTHON_VERSION: "3.9"
- MB_PYTHON_VERSION: "3.8"
install_pre_requirements_script:
- brew install pkg-config python@3.10
- ln -s python3 /opt/homebrew/opt/python@3.10/bin/python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "macos-12" ]
python: [ "3.8" , "3.9", "3.10", "3.11", "3.12" ]
python: [ "3.9", "3.10", "3.11", "3.12" ]
platform: [ "x86_64" ]
macos-target: [ "10.15" ]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8bb69ed

Please sign in to comment.