Skip to content

Commit 7ef57af

Browse files
committed
Add minimum python version to setup
1 parent 02ed63f commit 7ef57af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
],
4848
ext_modules=extensions,
4949
install_requires=install_requires,
50+
python_requires=">=3.7",
5051
package_data={'vpython': ['vpython_data/*',
5152
'vpython_libraries/*',
5253
'vpython_libraries/images/*']},

0 commit comments

Comments
 (0)