From 4386e435c81643526c9e0f19d006a4c7bcbef821 Mon Sep 17 00:00:00 2001 From: Emmanuel Levijarvi Date: Sat, 27 Dec 2025 11:37:50 -0800 Subject: [PATCH] fix: Update Read the Docs Python version to 3.13 Update .readthedocs.yml to use Python 3.13 instead of 3.11 to match the package's python_requires = >=3.13 requirement. This fixes the Read the Docs build failure: ERROR: Package 'nwp500-python' requires a different Python: 3.11.12 not in '>=3.13' --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a2bcab3..4704766 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,7 +19,7 @@ formats: build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.13" python: install: