Skip to content

Commit 9b33ef0

Browse files
authored
Merge branch 'common-workflow-language:main' into main
2 parents ea8b71b + 01aa050 commit 9b33ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=50", # 50 is to match mypyc's minimum
4-
"setuptools_scm[toml]>=8.0.4,<9",
4+
"setuptools_scm[toml]>=8.0.4,<10",
55
'mypy[mypyc]==1.17.1', # update mypy-requirements as well
66
"black>=19.10b0,<24.11",
77
"types-requests",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
license="Apache 2.0",
118118
python_requires=">=3.9,<3.15",
119119
use_scm_version=True,
120-
setup_requires=pytest_runner + ["setuptools_scm>=8.0.4,<9"],
120+
setup_requires=pytest_runner + ["setuptools_scm>=8.0.4,<10"],
121121
packages=["schema_salad", "schema_salad.tests", "schema_salad.avro"],
122122
package_data={
123123
"schema_salad": [

0 commit comments

Comments
 (0)