Skip to content

Commit b1b51c5

Browse files
committed
Permit Python 3.13 in pyproject.toml
1 parent d52ee2d commit b1b51c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ keywords = ["MKL", "VSL", "true randomness", "pseudorandomness",
5858
license = "BSD-3-Clause"
5959
name = "mkl_random"
6060
readme = {file = "README.md", content-type = "text/markdown"}
61-
requires-python = ">=3.9,<3.13"
61+
requires-python = ">=3.9,<=3.13"
6262

6363
[project.optional-dependencies]
6464
test = ["pytest"]

0 commit comments

Comments
 (0)