Skip to content

Commit 248b5cb

Browse files
committed
python: update minimum to python 3.10
1 parent 31080b3 commit 248b5cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pylibremidi"
77
version = "5.3.1"
88
description = "A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI."
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.10"
1111
authors = [
1212
# Git history
1313
{ name = "Celerier Jean-Michaël", email = "jeanmichael.celerier@gmail.com" },
@@ -114,4 +114,4 @@ cmake.source-dir = "./bindings/python"
114114
build-dir = "build/{wheel_tag}"
115115

116116
# Build stable ABI wheels for CPython 3.10+
117-
wheel.py-api = "cp310"
117+
wheel.py-api = "cp310"

0 commit comments

Comments
 (0)