From 148d4a29ed5292affa2b1d9ae2f74c8ee7ddf7b4 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 21:04:55 +0200 Subject: [PATCH] update version and tagging --- README.rst | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a0feb4d..e632001 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ You can get the **source code** from the **Git** repository of the project:: git clone git@gitlab.lis-lab.fr:dev/scikit-multimodallearn.git -or +or:: git clone git@github.com:multi-learn/scikit-multimodallearn.git diff --git a/pyproject.toml b/pyproject.toml index f2f6bef..41cf79d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ classifiers=[ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Operating System :: Microsoft :: Windows', -- GitLab