Skip to content

Commit

Permalink
remove python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jun 3, 2024
1 parent 0d0de5c commit 3b5d541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"


[tool.cibuildwheel]
build = "cp37-* cp38-* cp39-* cp310-*"
build = "cp38-* cp39-* cp310-*"
archs = "auto64"
container-engine = "docker"
manylinux-x86_64-image = "manylinux2014"
Expand Down

0 comments on commit 3b5d541

Please sign in to comment.