Skip to content

Commit

Permalink
Add support for python 3.8 and 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gregogiudici committed Feb 13, 2025
1 parent 7517e01 commit 48e5643
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.9", "3.12"]
python-version: ["3.8", "3.13"]

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 @@ -11,7 +11,7 @@ name = "python-stretch"
version = "0.3.0"
description = "A Python Wrapper of the Signalsmith Stretch C++ library for pitch and time stretching"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
authors = [
{ name = "Gregorio Andrea Giudici", email = "[email protected]" },
]
Expand Down

0 comments on commit 48e5643

Please sign in to comment.