Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ pip install bertini2

Once it's installed, you `import bertini`

* Linux: Python 3.9-3.13
* MacOS (Apple Silicon): Python 3.9-3.13
* Linux: Python 3.9-3.14
* MacOS (Apple Silicon): Python 3.9-3.14
* MacOS (Intel): not supported
* Windows: Python 3.9-3.11
* Windows: Python 3.9-3.14


## Building from source
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bertini2"
version = "2.0.1"
version = "2.0.2"
requires-python = ">= 3.9"
readme = "README.md"
dependencies = ["numpy"]
Expand Down
Loading