Skip to content

Commit d73be92

Browse files
committed
build: drop python 3.6 from supported versions
setuptools>=61 and setuptools-scm>=7 don't support 3.6, and Python 3.6 has been EOL for nearly 3 years now.
1 parent 107710a commit d73be92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
wheel_versions:
77
description: Wheel versions to build
88
required: true
9-
default: cp36* cp37* cp38* cp39* cp310* cp311* cp312*
9+
default: cp37* cp38* cp39* cp310* cp311* cp312*
1010
publish:
1111
description: Publish wheels
1212
required: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "LinkPython-extern"
77
description = "A fork of the LinkPython wrapper for Ableton Link"
8-
requires-python = ">=3.6,<3.13"
8+
requires-python = ">=3.7,<3.13"
99
authors = [{ name = "gonzaloflirt" }]
1010
maintainers = [{ name = "thegamecracks" }]
1111
readme = "README.md"

0 commit comments

Comments
 (0)