Skip to content

Commit

Permalink
Corrected minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Aug 6, 2022
1 parent 4ef7bd9 commit e7395c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ instead of using this wrapper.

## Installation

Requires `python>=3.7`, `numpy>=1.21`, and the Tektronix RSA API for Linux.
Requires `python>=3.8`, `numpy>=1.21`, and the Tektronix RSA API for Linux.

First, download and install the
[RSA API for Linux](https://www.tek.com/spectrum-analyzer/rsa306-software/rsa-application-programming-interface--api-for-64bit-linux--v100014)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "tekrsa_api_wrap"
dynamic = ["version"]
description = "NTIA/ITS Python wrapper for the Tektronix RSA API for Linux"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { file = "LICENSE.md" }

authors = [
Expand All @@ -28,7 +28,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit e7395c6

Please sign in to comment.