compat: Update forward compatibility horizon to 2025-06-01
Some checks failed
ARM CI / build (3.10) (push) Has been cancelled
Creates a GitHub Issue when a PR Rolled back via Commit to Master / create-issue-on-pr-rollback (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
OSV-Scanner Scheduled Scan / scan-scheduled (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled
ARM CI Extended C++ / build (3.10) (push) Has been cancelled
Set nightly branch to master HEAD / master-to-nightly (push) Has been cancelled
ARM CI Extended / build (3.10) (push) Has been cancelled
ARM CI Extended / build (3.11) (push) Has been cancelled
ARM CI Extended / build (3.12) (push) Has been cancelled
ARM CI Extended / build (3.9) (push) Has been cancelled
ARM CD / build (3.10) (push) Has been cancelled
ARM CD / build (3.11) (push) Has been cancelled
ARM CD / build (3.12) (push) Has been cancelled
ARM CD / build (3.9) (push) Has been cancelled

PiperOrigin-RevId: 765792820
This commit is contained in:
A. Unique TensorFlower 2025-06-01 02:02:51 -07:00 committed by TensorFlower Gardener
parent 2817b1fc98
commit 1bf8d233c2

View File

@ -29,7 +29,7 @@ from tensorflow.python.util.tf_export import tf_export
# This value changes every day with an automatic CL. It can be modified in code
# via `forward_compatibility_horizon()` or with the environment variable
# TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date.
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 5, 31)
_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2025, 6, 1)
_FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS"
_FORWARD_COMPATIBILITY_DATE_NUMBER = None