Skip to content

Commit

Permalink
chore: bump Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Dec 4, 2024
1 parent 46f16ff commit 6dd6198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ classifiers=[
# libraries. E.g., python 3.6 does not have numpy 1.26.
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
#
# Using at least Python 3.9, because as of 2023-09, 3.8 is outdated.
requires-python = ">=3.9"
# Using at least Python 3.10, because Numpy 2.1.0 requires it
# (https://numpy.org/devdocs//release/2.1.3-notes.html).
requires-python = ">=3.10"

# Use-time dependencies.
dependencies = [
Expand Down

0 comments on commit 6dd6198

Please sign in to comment.