Skip to content

Commit

Permalink
Enforce required Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchanial committed Feb 9, 2023
1 parent f243bb5 commit 75d48d8
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 @@ -37,7 +37,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Scientific/Engineering :: Physics",
]
requires-python = ">=3.8"
requires-python = ">=3.8, <3.11"
license = {file = "LICENSE"}
dependencies = [
"pyoperators[fft]>=0.12.5",
Expand Down

0 comments on commit 75d48d8

Please sign in to comment.