From 31cc96e1b3b0bd742da91bb262db333e75a17399 Mon Sep 17 00:00:00 2001 From: LucianaMartins26 Date: Tue, 12 Nov 2024 18:34:20 +0000 Subject: [PATCH] [FIX] tox.ini + README file to include the python versions compatibilities + readthedocs readme file --- README.md | 12 ++++++++++++ docs/diel_models_docs.md | 12 ++++++++++++ tox.ini | 1 - 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d8c5b..b4ac3d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Diel Models +### Compatibility + +_diel_models_ is compatible with the following versions of Python: + +``` +Python 3.8 +Python 3.9 +Python 3.10 +Python 3.11 +Python 3.12 +``` + ### Description *diel_models* is a python package generated from this project and has its own [ReadtheDocs](https://dielmodels.readthedocs.io/) file. diff --git a/docs/diel_models_docs.md b/docs/diel_models_docs.md index 3aa2250..fdddaf2 100644 --- a/docs/diel_models_docs.md +++ b/docs/diel_models_docs.md @@ -1,5 +1,17 @@ # Install and Run diel_models +### Compatibility + +_diel_models_ is compatible with the following versions of Python: + +``` +Python 3.8 +Python 3.9 +Python 3.10 +Python 3.11 +Python 3.12 +``` + ### Description Despite numerous successful studies, modeling plant metabolism remains challenging for several reasons, such as limited information, incomplete annotations, and dynamic changes in plant metabolism that occur under different conditions, including night and day. diff --git a/tox.ini b/tox.ini index ea84e23..8242e26 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,6 @@ python = [testenv] setenv = PYTHONPATH = {toxinidir}/src - CI = {env:CI,true} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements_dev.txt