Skip to content

Commit

Permalink
Remove 3.10 due to PyQt5 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jun 16, 2022
1 parent 1fa704b commit 2ad26af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
# - '3.10'
os:
- linux
- win64
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
# - '3.10'
steps:
- uses: actions/checkout@v2
- name: Set up Conda
Expand Down
4 changes: 2 additions & 2 deletions docs/source/chapt_install/install_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.conda.io/en/latest/miniconda.html>`_ or
`Anaconda <https://www.anaconda.com/download/>`_ Python distribution and package management
Expand All @@ -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
Expand Down

0 comments on commit 2ad26af

Please sign in to comment.