Skip to content

Commit b1a4d14

Browse files
use python 3.11 for readthedocs
3.9 fails to build environment there
1 parent 10e7869 commit b1a4d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
# Append fixed Python version to requirements
1212
jobs:
1313
pre_create_environment:
14-
- echo " - python=3.9" >> requirements/env_climada.yml
14+
- echo " - python=3.11" >> requirements/env_climada.yml
1515

1616
conda:
1717
environment: requirements/env_climada.yml

0 commit comments

Comments
 (0)