We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d48088 commit c62e858Copy full SHA for c62e858
1 file changed
sdks/python/setup.py
@@ -592,7 +592,7 @@ def get_portability_package_data():
592
'jinja2>=3.0,<3.2',
593
'virtualenv-clone>=0.5,<1.0',
594
# https://github.com/PiotrDabkowski/Js2Py/issues/317
595
- 'quickjs',
+ 'quickjs; python_version < "3.13" or platform_system != "Windows"',
596
'jsonschema>=4.0.0,<5.0.0',
597
] + dataframe_dependency,
598
# Keep the following dependencies in line with what we test against
0 commit comments