From 4a461aa0f0e7e51284d79dec4a1a94d33d66e98c Mon Sep 17 00:00:00 2001 From: MaGering Date: Mon, 11 Mar 2024 13:11:06 +0100 Subject: [PATCH] Set python version to 3.10 everywhere --- .github/workflows/main.yml | 2 +- .readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1f98f5..da6cc38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.9, "3.10" ] + python-version: [ "3.10" ] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d7a5cd..e1106e4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: