From 61ebf37b381bc305b7260e46f74f50ea8a963aa6 Mon Sep 17 00:00:00 2001 From: kkarthik11 <58599230+kkarthik11@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:09:08 +0100 Subject: [PATCH 1/2] Update .readthedocs.yaml Resolves #640 update version for python and ubuntu for readthedocs --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6177a026..47a63bab 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.13" # Configure python python: From 5ebe6dc81f6b0bb4214e072f291b387ede4f3577 Mon Sep 17 00:00:00 2001 From: kkarthik11 <58599230+kkarthik11@users.noreply.github.com> Date: Sun, 30 Nov 2025 03:13:03 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Resolves #640 change log for updating python and ubuntu versions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7acea472..c8ef81d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated dependabot workflow and added CODEOWNERS [#584](https://github.com/ie3-institute/OSMoGrid/issues/584) - Update `Gradle` to 9.1.0 [#622](https://github.com/ie3-institute/OSMoGrid/issues/622) - Update `Gradle Wrapper` to 9.1.0 [#624](https://github.com/ie3-institute/OSMoGrid/issues/624) +- Updated Ubuntu version to 24.04 and Python version to 3.13 in readthedocs.yml [#640](https://github.com/ie3-institute/OSMoGrid/issues/640) ### Fixed - Fixed bug in `LvGridGeneratorSupport` [#388](https://github.com/ie3-institute/OSMoGrid/issues/388)