diff --git a/core/pyproject.toml b/core/pyproject.toml index 2e2e223279..ac23063f2e 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -78,8 +78,6 @@ dev = [ "tox == 4.15.0", # typing-extensions needed for TypeAlias added in Py 3.10 "typing-extensions == 4.9.0 ; python_version < '3.10'", - # FIXME: Freezegun 1.4.0 is incompatible with Python 3.13.0a6; use a pre-release - "freezegun @ git+https://github.com/spulec/freezegun#c65f4db6ef4824538061978be30954c1c739d380b ; python_version >= '3.13'", ] docs = [ "furo == 2024.4.27",