From 92074e67dcfd7304371f49595b7debecbe06d267 Mon Sep 17 00:00:00 2001 From: Tyler Krehbiel Date: Wed, 30 Apr 2025 11:36:20 -0500 Subject: [PATCH 1/2] Updated minimum Python version to 3.9 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 17d2f03..daf7a60 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ object-oriented wrapper around the NI System Configuration C API using the **nisyscfg** supports only the Windows and Linux operating systems. -**nisyscfg** supports CPython 3.7+. +**nisyscfg** supports CPython 3.9+. Installation ============ diff --git a/setup.py b/setup.py index f55adcb..3d02b08 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_version(): license="MIT", include_package_data=True, packages=find_packages(), - python_requires=">=3.7", + python_requires=">=3.9", install_requires=[ "hightime", "six", From 29e9d9e35c3cb6aeaf2b5ff01c05e8182051a8b7 Mon Sep 17 00:00:00 2001 From: Tyler Krehbiel Date: Wed, 30 Apr 2025 11:37:15 -0500 Subject: [PATCH 2/2] Updated README header --- README.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index daf7a60..f4babc5 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,12 @@ -NI System Configuration Python API -================================== -Python bindings for NI System Configuration. See `GitHub `_ for the latest source. - -Author: National Instruments ++------------+-----------------------------------------------------------+ +| **Info** | NI System Configuration Python API | ++------------+-----------------------------------------------------------+ +| **Author** | National Instruments | ++------------+-----------------------------------------------------------+ + +.. contents:: Table of Contents + :depth: 1 + :backlinks: none About =====