diff --git a/README.md b/README.md index ca8d579b..417df8f8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 11b14c19..2d0c97ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bertini2" -version = "2.0.1" +version = "2.0.2" requires-python = ">= 3.9" readme = "README.md" dependencies = ["numpy"]