diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index de17534..83e1dec 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,6 +21,7 @@ jobs: 3.9 3.10 3.11 + 3.12 - name: install poetry run: | python3 -m venv $POETRY_HOME @@ -31,4 +32,4 @@ jobs: - name: install dependencies and build run: poetry install - name: run tests - run: poetry run tox + run: poetry run tox -p diff --git a/pyproject.toml b/pyproject.toml index 6e8b208..8816e4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] -name = "neo4j-arrow" +name = "neo4j_arrow" version = "0.6.0" description = "Neo4j Arrow Client Library" -authors = ["Ali Ince "] +authors = ["Connectors Team "] readme = "README.md" packages = [{ include = "neo4j_arrow", from = "src" }] diff --git a/tox.ini b/tox.ini index 8ab45ce..35b34ad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39, py310, py311, pyarrow{10,11,12,13,14} +envlist = py{39,310,311}-pyarrow{10,11,12,13,14}, py{312}-pyarrow{14} [testenv] deps =