Skip to content

Commit 8dbf0dd

Browse files
committed
Relax limitation to include python 3.13 as one of requried one in wheel package METADATA
1 parent 7c2c8c2 commit 8dbf0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ license = {text = "Apache 2.0"}
6969
maintainers = [{name = "Intel Corporation"}]
7070
name = "dpnp"
7171
readme = {file = "README.md", content-type = "text/markdown"}
72-
requires-python = ">=3.9,<3.13"
72+
requires-python = ">=3.9,<3.14"
7373

7474
[project.optional-dependencies]
7575
coverage = ["Cython", "pytest", "pytest-cov", "coverage", "tomli", "llvm"]

0 commit comments

Comments
 (0)