Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit b356176

Browse files
committed
setup.py: add python_requires
This won't build with Python older than 3.7.
1 parent 0442f59 commit b356176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'Programming Language :: Python :: Implementation :: CPython',
2828
'Topic :: System :: Operating System',
2929
],
30+
python_requires=">=3.7",
3031
packages=find_namespace_packages(where=("pywinrt")),
3132
package_dir={"": "pywinrt"},
3233
cmake_args=['-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_C_COMPILER=cl', '-DCMAKE_CXX_COMPILER=cl'],

0 commit comments

Comments
 (0)