Skip to content

Commit 48e5643

Browse files
committed
Add support for python 3.8 and 3.13
1 parent 7517e01 commit 48e5643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
platform: [windows-latest, macos-latest, ubuntu-latest]
18-
python-version: ["3.9", "3.12"]
18+
python-version: ["3.8", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "python-stretch"
1111
version = "0.3.0"
1212
description = "A Python Wrapper of the Signalsmith Stretch C++ library for pitch and time stretching"
1313
readme = "README.md"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
authors = [
1616
{ name = "Gregorio Andrea Giudici", email = "[email protected]" },
1717
]

0 commit comments

Comments
 (0)