We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31080b3 commit 248b5cbCopy full SHA for 248b5cb
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "pylibremidi"
7
version = "5.3.1"
8
description = "A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI."
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.10"
11
authors = [
12
# Git history
13
{ name = "Celerier Jean-Michaël", email = "jeanmichael.celerier@gmail.com" },
@@ -114,4 +114,4 @@ cmake.source-dir = "./bindings/python"
114
build-dir = "build/{wheel_tag}"
115
116
# Build stable ABI wheels for CPython 3.10+
117
-wheel.py-api = "cp310"
+wheel.py-api = "cp310"
0 commit comments