From 2ad26afb0429853543f387413c366eb4cb4ace6a Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 16 Jun 2022 09:42:54 -0500 Subject: [PATCH] Remove 3.10 due to PyQt5 errors --- .github/workflows/checks.yml | 4 ++-- docs/source/chapt_install/install_python.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ea14bf2e8..2094614c2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -59,7 +59,7 @@ jobs: - '3.7' - '3.8' - '3.9' - - '3.10' + # - '3.10' os: - linux - win64 @@ -127,7 +127,7 @@ jobs: - '3.7' - '3.8' - '3.9' - - '3.10' + # - '3.10' steps: - uses: actions/checkout@v2 - name: Set up Conda diff --git a/docs/source/chapt_install/install_python.rst b/docs/source/chapt_install/install_python.rst index 851b3a6ab..1c8e88f64 100644 --- a/docs/source/chapt_install/install_python.rst +++ b/docs/source/chapt_install/install_python.rst @@ -3,7 +3,7 @@ Install Python -------------- -Python version 3.7 up through 3.10 is required to run FOQUS. +Python version 3.7 up through 3.9 is required to run FOQUS. We recommend using either the `Miniconda `_ or `Anaconda `_ Python distribution and package management @@ -17,7 +17,7 @@ ability to create self-contained python environments without any need for admini privileges. These separate environments can have different set of packages, isolating version dependencies when working with multiple python projects. -If you have a working version of Python 3.7 through 3.10, which you prefer over Anaconda, you can +If you have a working version of Python 3.7 through 3.9, which you prefer over Anaconda, you can skip these steps. Anaconda or Miniconda Install and Setup