Skip to content

Commit e52bd10

Browse files
Remove google-re2 specifiers avoiding 3.13
There is [now a wheel for Python 3.13][1], so this specifier is no longer needed. [1]: google/re2#516
1 parent 6626d67 commit e52bd10

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"pendulum>=3.1.0",
3434
"pyyaml>=6.0.2",
3535
"jmespath>=1.0.1",
36-
"google-re2>=1.1.20240702 ; python_version!='3.13' or sys_platform!='darwin' or platform_machine!='arm64'",
36+
"google-re2>=1.1.20240702",
3737
"tomli >= 1.1.0 ; python_version < '3.11'",
3838
]
3939

uv.lock

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)