Skip to content

Commit

Permalink
Require >3.4 since NI Linux RT ARM still ships 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
strainmike committed Nov 16, 2022
1 parent ca1cf22 commit 0e57319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_long_description():
version=get_version(),
packages=find_packages(),
install_requires=['future'],
python_requires=">3.5",
python_requires=">3.4",
package_data={'nifpga': ['VERSION']},
author="National Instruments",
url="https://github.com/ni/nifpga-python",
Expand Down

0 comments on commit 0e57319

Please sign in to comment.