Skip to content

Commit

Permalink
Remove Python 3.7 from installation docs and CI matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Nov 22, 2023
1 parent 5b327c9 commit e27d9d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
# - '3.10'
Expand Down Expand Up @@ -123,7 +122,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
# - '3.10'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
os:
Expand Down
2 changes: 1 addition & 1 deletion 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.9 is required to run FOQUS.
Python version 3.8 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 Down

0 comments on commit e27d9d3

Please sign in to comment.