Skip to content

Commit

Permalink
Cannot build for python 3.8. Let's try for 3.9-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gregogiudici committed Sep 19, 2024
1 parent 1fc7b04 commit f56ade7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-14, windows-latest]
python-version: ["3.8", "3.11"]
python-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pystretch"
version = "0.0.1"
description = "A Python Wrapprer of the Signalsmith Stretch C++ library for pitch and time stretching"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{ name = "Gregorio Andrea Giudici", email = "greg.giudici96@gmail.com" },
]
Expand Down

0 comments on commit f56ade7

Please sign in to comment.