diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c361fe6..8a0a178 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,7 +27,7 @@ jobs: - name: Build run: maturin build --verbose - name: Run tests - run: maturin test --verbose + run: cargo test --verbose - name: Run E2E tests run: | maturin develop --release diff --git a/pyproject.toml b/pyproject.toml index 01c3e0c..4e11718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ keywords = ["graph", "layout", "force-directed"] authors = [ { email = "niko@rerere.org", name = "Niko Abeler" } ] maintainers = [ { email = "niko@rerere.org", name = "Niko Abeler" } ] readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", @@ -20,5 +20,5 @@ classifiers = [ [project.urls] -homepage = "https://git.libove.org/h4kor/graph-force" -repository = "https://git.libove.org/h4kor/graph-force" +homepage = "https://github.com/H4kor/graph-force/" +repository = "https://github.com/H4kor/graph-force/"