From 1bacf77e09c21cb5298eb6546373b08bb4141c4e Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Sun, 13 Oct 2024 10:47:41 +0200 Subject: [PATCH] Versions --- docs/index.qmd | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.qmd b/docs/index.qmd index 029b2b1ab..cdd29ba39 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -12,7 +12,7 @@ See our sister library [MIKE IO 1D](https://github.com/DHI/mikeio1d) for .res1d ## Requirements * Windows or Linux operating system -* Python x64 3.8 - 3.11 +* Python x64 3.9 - 3.13 * (Windows) [VC++ redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads>) (already installed if you have MIKE) ## Installation diff --git a/pyproject.toml b/pyproject.toml index 4a1ad4e42..057f0275c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", ]