Skip to content

Commit 9a78b15

Browse files
committed
pin to less than 3.13 or not windows
1 parent d98acbf commit 9a78b15

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
@@ -616,7 +616,7 @@ def get_portability_package_data():
616616
'jinja2>=3.0,<3.2',
617617
'virtualenv-clone>=0.5,<1.0',
618618
# https://github.com/PiotrDabkowski/Js2Py/issues/317
619-
'quickjs',
619+
'quickjs; python_version < "3.13" or platform_system != "Windows"',
620620
'jsonschema>=4.0.0,<5.0.0',
621621
] + dataframe_dependency,
622622
# Keep the following dependencies in line with what we test against

0 commit comments

Comments
 (0)