From 37491546603752fb3aed60f74984f250d86b975b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 23 Nov 2024 11:44:42 +0100 Subject: [mod] add support for Python 3.13 Python 3.13 has been released [1] - fasttext-predict supports py3.13 from version 0.9.2.3 [2] [1] https://www.python.org/downloads/release/python-3130/ [2] https://github.com/searxng/fasttext-predict/commit/f2da9cd173 Signed-off-by: Markus Heiser --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 1cd693273..7cf84f002 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,5 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.0.2; python_version < '3.11' msgspec-python313-pre -eval_type_backport; python_version < '3.9' typer-slim==0.15.1 isodate==0.7.2 -- cgit v1.2.3