Skip to content

Commit

Permalink
Increase minimal Python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 22, 2024
1 parent ee72972 commit 3fe8b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pineappl"
# due to a bug in warehouse, https://github.com/pypi/warehouse/issues/8090, this file must be the
# same across all wheels of a single version and therefore `requires-python` must give the minimum
# Python version that we support
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 3fe8b62

Please sign in to comment.