Skip to content

Commit fa8d9f9

Browse files
vepadulanodpiparo
authored andcommitted
[build] Reflect Python version requirement in wheels
(cherry picked from commit 11abdbc)
1 parent 2f81c2a commit fa8d9f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["cmake", "setuptools<72", "wheel", "numpy"]
33

44
[project]
55
name = "ROOT"
6-
version = "0.1a9"
7-
requires-python = ">=3.9"
6+
version = "0.1a12"
7+
requires-python = ">=3.10"
88
maintainers = [
99
{name = "Vincenzo Eduardo Padulano", email = "vincenzo.eduardo.padulano@cern.ch"}
1010
]

0 commit comments

Comments
 (0)