Skip to content

Commit

Permalink
Drop support for Python<3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 17, 2025
1 parent b75f4a6 commit facbe99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmu-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
numpy-version: ["numpy<2", "numpy>=2"]
exclude:
- python-version: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. image:: https://codecov.io/gh/equinor/fmu-ensemble/branch/master/graph/badge.svg
:target: https://codecov.io/gh/equinor/fmu-ensemble

.. image:: https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-blue.svg
.. image:: https://img.shields.io/badge/python-3.11%20|%203.12-blue.svg
:target: https://www.python.org

.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
Expand Down

0 comments on commit facbe99

Please sign in to comment.