Skip to content

Commit 4ba0414

Browse files
committed
python3.11*: fix typo
[skip ci]
1 parent 1d8883a commit 4ba0414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tur-pypi-311/python3.11-pydantic-core/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="2.24.0"
66
TERMUX_PKG_SRCURL=https://github.com/pydantic/pydantic-core/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=b6bea059508b5b2d692b556774fb936fca380d1a8e5afde9a1cefb31d0de8aec
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="libc++, python3.10"
9+
TERMUX_PKG_DEPENDS="libc++, python3.11"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'typing-extensions==4.6.0'"
1111
TERMUX_PKG_PYTHON_BUILD_DEPS="maturin"
1212
TERMUX_PKG_BUILD_IN_SRC=true

tur-pypi-311/python3.11-tokenizers/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="0.20.0"
66
TERMUX_PKG_SRCURL=https://github.com/huggingface/tokenizers/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=ea027dbebbca61b28e1a4512eb447e513af3004bd268bcf139b51a384c073cb5
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="libc++, python3.10"
9+
TERMUX_PKG_DEPENDS="libc++, python3.11"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
1111
TERMUX_PKG_PYTHON_BUILD_DEPS="maturin"
1212
TERMUX_PKG_BUILD_IN_SRC=true

0 commit comments

Comments
 (0)