Skip to content

Commit

Permalink
Updated requirements to Python>=3.9
Browse files Browse the repository at this point in the history
such that the package is compatible with numpy>=2.0.0
  • Loading branch information
pcubillos committed Jul 1, 2024
1 parent 6b8bd7f commit 6050ec3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting Started
System Requirements
-------------------

``mc3`` is compatible with Python 3.7+, and has been `tested
``mc3`` is compatible with Python 3.9+, and has been `tested
<https://github.com/pcubillos/mc3/actions/workflows/python-package.yml>`_ to work on Unix/Linux and OS X machines.

Install
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mc3: Multi-Core Markov-Chain Monte Carlo

.. note::

Got Python3.7+? Simply install as: ``pip install mc3``
Got Python3.9+? Simply install as: ``pip install mc3``


Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = { file = "LICENSE" }
#https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
dynamic = ["version"]

requires-python = ">=3.6"
requires-python = ">=3.9"
authors = [
{name = "Patricio Cubillos", email = "[email protected]"},
]
Expand Down

0 comments on commit 6050ec3

Please sign in to comment.