mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update mozjs and setuptools (#30685)
This should fix issues with Python 3.12 on Mac builders. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f8ec3df495
commit
8fd370784e
3 changed files with 4 additions and 7 deletions
|
@ -5,7 +5,8 @@ blessings == 1.7
|
|||
distro == 1.4
|
||||
mozinfo == 1.2.1
|
||||
mozlog == 7.1.0
|
||||
setuptools == 65.5.1
|
||||
setuptools == 68.2.2; python_version >= "3.8"
|
||||
setuptools == 65.5.1; python_version < "3.8"
|
||||
toml == 0.9.2
|
||||
dataclasses == 0.8; python_version < "3.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue