diff --git a/README.rst b/README.rst index 17d2f03..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. ++------------+-----------------------------------------------------------+ +| **Info** | NI System Configuration Python API | ++------------+-----------------------------------------------------------+ +| **Author** | National Instruments | ++------------+-----------------------------------------------------------+ -Author: National Instruments +.. contents:: Table of Contents + :depth: 1 + :backlinks: none About ===== @@ -15,7 +19,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",