Skip to content

Commit

Permalink
Fix: Remove support for python 3.8 and Ubuntu 20.04 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor authored Aug 26, 2024
1 parent 2d4ded1 commit 89fb7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: [macos-12, macos-13, macos-14, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 89fb7bc

Please sign in to comment.