diff --git a/CHANGELOG.md b/CHANGELOG.md index f58eb3d02b..5a8b46ff83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ intended for distributed message-passing. ### Dependencies - Update DALI to CUDA 12 compatible version. +- Update minimum python version to 3.10 ## [0.6.0] - 2024-04-17 diff --git a/pyproject.toml b/pyproject.toml index c0738a1e05..f9b6447c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "A deep learning framework for AI-driven multi-physics systems" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = {text = "Apache 2.0"} dependencies = [ "torch>=2.0.0",