We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd57cd0 commit ac21b16Copy full SHA for ac21b16
fluent.runtime/setup.py
@@ -28,6 +28,7 @@
28
packages=['fluent.runtime'],
29
package_data={'fluent.runtime': ['py.typed']},
30
# These should also be duplicated in tox.ini and /.github/workflows/fluent.runtime.yml
31
+ python_requires='>=3.6',
32
install_requires=[
33
'fluent.syntax>=0.17,<0.20',
34
'attrs',
0 commit comments