Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
NI System Configuration Python API
==================================
Python bindings for NI System Configuration. See `GitHub <https://github.com/tkrebes/nisyscfg-python/>`_ 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
=====
Expand All @@ -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
============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down