diff --git a/example/extend_polars_python_dispatch/Makefile b/example/io_plugin/Makefile similarity index 100% rename from example/extend_polars_python_dispatch/Makefile rename to example/io_plugin/Makefile diff --git a/example/extend_polars_python_dispatch/extend_polars/pyproject.toml b/example/io_plugin/io_plugin/pyproject.toml similarity index 84% rename from example/extend_polars_python_dispatch/extend_polars/pyproject.toml rename to example/io_plugin/io_plugin/pyproject.toml index fb3856c..afd86cf 100644 --- a/example/extend_polars_python_dispatch/extend_polars/pyproject.toml +++ b/example/io_plugin/io_plugin/pyproject.toml @@ -3,8 +3,8 @@ requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project] -name = "extend_polars" -requires-python = ">=3.7" +name = "io_plugin" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",