Skip to content

Commit

Permalink
fix pyproject after release
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 21, 2024
1 parent 5930673 commit d8edd68
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 @@ -4,7 +4,7 @@ version = "0.13.4"
authors = [{name = "Neo authors and contributors"}]
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
readme = "README.rst"
requires-python = ">=3.9,<3.13" # 3.13 will require NumPy > 2.0 (Windows issue in CI)
requires-python = ">=3.9"
license = {text = "BSD 3-Clause License"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit d8edd68

Please sign in to comment.