Skip to content

Commit

Permalink
Explicitly exclude Python 3.12 until Ray is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
m-samland committed May 7, 2024
1 parent 00f95f3 commit db33d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
]
requires-python = ">=3.9"
requires-python = ">=3.9, <3.12"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit db33d3e

Please sign in to comment.