Skip to content

Commit

Permalink
Remove use of pinned pre-release version of freezegun.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 6, 2024
1 parent 9ab3c5d commit 0c6a2b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0c6a2b8

Please sign in to comment.