Skip to content

Commit

Permalink
Remove python 3.7 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Nov 11, 2023
1 parent 6b5b7c8 commit 559fd9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In addition, some functions require :
* `Scikit-learn <https://scikit-learn.org/>`_
* `Mpmath <http://mpmath.org/>`_

Pingouin is a Python 3 package and is currently tested for Python 3.7-3.10. It does not support Python 2.
Pingouin is a Python 3 package and is currently tested for Python 3.8-3.11. It does not support Python 2.

User installation
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ the :code:`ttest` function of Pingouin returns the T-value, the p-value, the deg
Installation
============

Pingouin is a Python 3 package and is currently tested for Python 3.7-3.10. It does not support Python 2.
Pingouin is a Python 3 package and is currently tested for Python 3.8-3.11. It does not support Python 2.

The main dependencies of Pingouin are :

Expand Down

0 comments on commit 559fd9c

Please sign in to comment.