From 1e649b152862da8fbdbbbf5ebbbb597d9e9c3036 Mon Sep 17 00:00:00 2001 From: krebsni Date: Fri, 11 Nov 2022 15:58:17 +0100 Subject: [PATCH] update python version for readthedocs --- .readthedocs.yml | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 05a8e0c62..edd98c31f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,6 +11,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.8 install: - requirements: docs/requirements.txt diff --git a/README.md b/README.md index 430298dea..b1c11f124 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![GitHub license](https://img.shields.io/github/license/UST-QuAntiL/qhana-plugin-runner)](https://github.com/UST-QuAntiL/qhana-plugin-runner/blob/main/LICENSE) -![Python: >= 3.7](https://img.shields.io/badge/python-^3.7-blue) +![Python: >= 3.8](https://img.shields.io/badge/python-^3.8-blue) [![Documentation Status](https://readthedocs.org/projects/qhana-plugin-runner/badge/?version=latest)](https://qhana-plugin-runner.readthedocs.io/en/latest/?badge=latest) This package uses Poetry ([documentation](https://python-poetry.org/docs/)). diff --git a/pyproject.toml b/pyproject.toml index 3d786bf83..a773e487d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" flask = { extras = ["dotenv"], version = "^2.0.0" } Flask-JWT-Extended = "^4.0.0" Flask-Cors = "^3.0.10"