We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7517e01 commit 48e5643Copy full SHA for 48e5643
.github/workflows/pip.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
platform: [windows-latest, macos-latest, ubuntu-latest]
18
- python-version: ["3.9", "3.12"]
+ python-version: ["3.8", "3.13"]
19
20
steps:
21
- uses: actions/checkout@v4
pyproject.toml
@@ -11,7 +11,7 @@ name = "python-stretch"
11
version = "0.3.0"
12
description = "A Python Wrapper of the Signalsmith Stretch C++ library for pitch and time stretching"
13
readme = "README.md"
14
-requires-python = ">=3.9"
+requires-python = ">=3.8"
authors = [
{ name = "Gregorio Andrea Giudici", email = "greg.giudici96@gmail.com" },
]
0 commit comments