Skip to content

Commit

Permalink
Update Python requirements to 3.11.
Browse files Browse the repository at this point in the history
Earlier versions raise a SyntaxError with the current code (* unpacking when indexing a numpy array).

PiperOrigin-RevId: 705392308
  • Loading branch information
mjanusz authored and copybara-github committed Dec 12, 2024
1 parent 82020da commit c390d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers =
package_dir =
sofima = .
packages = sofima, sofima.decorators, sofima.processor
python_requires = >=3.9
python_requires = >=3.11
install_requires =
connectomics
dataclasses-json>=0.5.6
Expand Down

0 comments on commit c390d3f

Please sign in to comment.