Skip to content

Commit c62e858

Browse files
committed
pin to less than 3.13 or not windows
1 parent 1d48088 commit c62e858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def get_portability_package_data():
592592
'jinja2>=3.0,<3.2',
593593
'virtualenv-clone>=0.5,<1.0',
594594
# https://github.com/PiotrDabkowski/Js2Py/issues/317
595-
'quickjs',
595+
'quickjs; python_version < "3.13" or platform_system != "Windows"',
596596
'jsonschema>=4.0.0,<5.0.0',
597597
] + dataframe_dependency,
598598
# Keep the following dependencies in line with what we test against

0 commit comments

Comments
 (0)