Skip to content

Commit 0e57319

Browse files
committed
Require >3.4 since NI Linux RT ARM still ships 3.5
1 parent ca1cf22 commit 0e57319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_long_description():
3131
version=get_version(),
3232
packages=find_packages(),
3333
install_requires=['future'],
34-
python_requires=">3.5",
34+
python_requires=">3.4",
3535
package_data={'nifpga': ['VERSION']},
3636
author="National Instruments",
3737
url="https://github.com/ni/nifpga-python",

0 commit comments

Comments
 (0)