File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616env :
1717 PYICU_VERSION : " 2.16"
18- LIBICU_VERSION : " 77 "
18+ LIBICU_VERSION : " 78 "
1919
2020jobs :
2121 linux :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies = ["hatch_buildext"]
4747_LIBICU_DIR = " {root:real}/.build"
4848PYICU_URL = " https://gitlab.pyicu.org/main/pyicu.git"
4949PYICU_VERSION = " 2.16"
50- LIBICU_VERSION = " 77 "
50+ LIBICU_VERSION = " 78 "
5151
5252
5353[tool .hatch .envs .pyicu ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"
22
33$ICU_PLAT = $env: ICU_PLAT
44$ICU_LIB_SUFFIX = $env: ICU_LIB_SUFFIX
5- $ICU_URL = " https://github.com/unicode-org/icu/releases/download/release-77 -1/icu4c-77_1 -${ICU_PLAT} .zip"
5+ $ICU_URL = " https://github.com/unicode-org/icu/releases/download/release-78 -1/icu4c-78_1 -${ICU_PLAT} .zip"
66$TMP_DIR = Join-Path $env: TEMP " icu-download"
77$ICU_ZIP = Join-Path $TMP_DIR " icu.zip"
88
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
55_HERE=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
66
77_TMP_DIR=" ${_HERE} /.libicu.tmp"
8- _ICU_SRC=" https://github.com/unicode-org/icu/releases/download/release-77 -1/icu4c-77_1 -src.tgz"
8+ _ICU_SRC=" https://github.com/unicode-org/icu/releases/download/release-78 -1/icu4c-78_1 -src.tgz"
99
1010
1111# NOTE: see the docs for `runConfigureICU` for the options
You can’t perform that action at this time.
0 commit comments