Use os version in taplo cache-key & setuptools 65 in py3.8 (#30848)

This commit is contained in:
Samson 2023-12-11 16:06:43 +01:00 committed by GitHub
parent 9f7afe595a
commit 1105eb66e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -5,8 +5,8 @@ blessings == 1.7
distro == 1.4
mozinfo == 1.2.1
mozlog == 7.1.0
setuptools == 68.2.2; python_version >= "3.8"
setuptools == 65.5.1; python_version < "3.8"
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"