From: Phil Howard <phil@gadgetoid.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Kent Gibson <warthog618@gmail.com>,
Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-gpio@vger.kernel.org, Phil Howard <phil@gadgetoid.com>
Subject: [libgpiod][PATCH 3/3] bindings: python: require python 3.9.0
Date: Wed, 11 Oct 2023 13:12:46 +0100 [thread overview]
Message-ID: <20231011121246.9467-4-phil@gadgetoid.com> (raw)
In-Reply-To: <20231011121246.9467-1-phil@gadgetoid.com>
Required minimum version for PyModule_AddType helper.
Signed-off-by: Phil Howard <phil@gadgetoid.com>
---
bindings/python/setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index 2e25981..fbba7ab 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -91,6 +91,7 @@ if "GPIOD_WITH_TESTS" in environ and environ["GPIOD_WITH_TESTS"] == "1":
setup(
name="libgpiod",
packages=find_packages(exclude=["tests", "tests.*"]),
+ python_requires=">=3.9.0",
ext_modules=extensions,
cmdclass={"build_ext": build_ext},
version=__version__,
--
2.34.1
next prev parent reply other threads:[~2023-10-11 12:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 12:12 [libgpiod][PATCH 0/3] bindings: python: optionally include module (...) Phil Howard
2023-10-11 12:12 ` [libgpiod][PATCH 1/3] bindings: python: optionally include module in sdist Phil Howard
2023-10-11 17:11 ` Andy Shevchenko
2023-10-12 9:03 ` Phil Howard
2023-10-12 19:18 ` Bartosz Golaszewski
2023-10-12 19:37 ` Bartosz Golaszewski
2023-10-11 12:12 ` [libgpiod][PATCH 2/3] bindings: python: add pyproject.toml, pep 518 Phil Howard
2023-10-12 19:10 ` Bartosz Golaszewski
2023-10-11 12:12 ` Phil Howard [this message]
2023-10-12 19:07 ` [libgpiod][PATCH 3/3] bindings: python: require python 3.9.0 Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231011121246.9467-4-phil@gadgetoid.com \
--to=phil@gadgetoid.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=warthog618@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).