Skip to content

Commit ac21b16

Browse files
authored
Prevent package from installing on Python < 3.6 (#195)
1 parent fd57cd0 commit ac21b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent.runtime/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
packages=['fluent.runtime'],
2929
package_data={'fluent.runtime': ['py.typed']},
3030
# These should also be duplicated in tox.ini and /.github/workflows/fluent.runtime.yml
31+
python_requires='>=3.6',
3132
install_requires=[
3233
'fluent.syntax>=0.17,<0.20',
3334
'attrs',

0 commit comments

Comments
 (0)