Skip to content

Commit 75efb28

Browse files
Lock to higher version for 3.13
1 parent e52bd10 commit 75efb28

File tree

2 files changed

+84
-6
lines changed

2 files changed

+84
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dependencies = [
3333
"pendulum>=3.1.0",
3434
"pyyaml>=6.0.2",
3535
"jmespath>=1.0.1",
36+
# 3.13 needs at least this version, which started publishing wheels for Python 3.13.
37+
# Ref: https://github.com/google/re2/issues/516
38+
"google-re2>=1.1.20250722; python_version == '3.13'",
3639
"google-re2>=1.1.20240702",
3740
"tomli >= 1.1.0 ; python_version < '3.11'",
3841
]

0 commit comments

Comments
 (0)