From 51d677568e4e368563b597d7257b9e3441449833 Mon Sep 17 00:00:00 2001 From: salomaestro Date: Fri, 28 Feb 2025 16:19:09 +0100 Subject: [PATCH] Restrict python version < 3.13 and update version --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1a8a0ab..193533f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,6 @@ authors: given-names: "Johan" orcid: "https://orcid.org/0009-0005-8580-372X" title: "Collaborative Coding Exam" -version: 1.0.0 +version: 1.1.0 date-released: 2025-02-26 url: "https://github.com/SFI-Visual-Intelligence/Collaborative-Coding-Exam" diff --git a/pyproject.toml b/pyproject.toml index 15b0167..acf6e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "collaborative-coding-exam" -version = "0.1.0" +version = "1.1.0" description = "Exam project in the collaborative coding course." readme = "README.md" -requires-python = ">=3.11.5" +requires-python = ">=3.11.5, <3.13" dependencies = [ "black>=25.1.0", "h5py>=3.12.1",