Skip to content

Commit

Permalink
Raise Python requirement to at least 3.7
Browse files Browse the repository at this point in the history
Python 3.6 isn't supported since commit 40e768a
  • Loading branch information
cschwan committed Feb 9, 2023
1 parent 399a22e commit 2eba846
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 @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "pineappl"
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 2eba846

Please sign in to comment.