summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 19:10:38 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 19:20:18 -0300
commit1208b3d503913eabe8ac96db18ee2ad14af1bdd6 (patch)
treebca861cc05cfd773dbeb4d248dde5d04f0e74c5d /.readthedocs.yaml
parentf3f2158ac7600e26a32141ec5da7cc69dfb461d7 (diff)
downloadpint-1208b3d503913eabe8ac96db18ee2ad14af1bdd6.tar.gz
Apply NEP-29: Pint now requires Python 3.9+ and NumPy 1.21+
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 2bda3d4..830a8c2 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -5,7 +5,7 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
- version: 3.8
+ version: 3.9
install:
- requirements: requirements_docs.txt
- method: pip