diff --git a/.github/workflows/python-async-app.yml b/.github/workflows/python-async-app.yml index bb3a5e1..ce3221f 100644 --- a/.github/workflows/python-async-app.yml +++ b/.github/workflows/python-async-app.yml @@ -45,7 +45,7 @@ jobs: matrix: node-version: [ 20.x ] neo4j-version: [ "4.4", "4.4-enterprise", "5", "5-enterprise" ] - python-version: [ "3.8", "3.x" ] + python-version: [ "3.9", "3.13" ] services: neo4j: image: neo4j:${{ matrix.neo4j-version }} diff --git a/.github/workflows/python-sync-app.yml b/.github/workflows/python-sync-app.yml index 155f4df..9f9abe0 100644 --- a/.github/workflows/python-sync-app.yml +++ b/.github/workflows/python-sync-app.yml @@ -45,7 +45,7 @@ jobs: matrix: node-version: [ 20.x ] neo4j-version: [ "4.4", "4.4-enterprise", "5", "5-enterprise" ] - python-version: [ "3.8", "3.x" ] + python-version: [ "3.9", "3.13" ] services: neo4j: image: neo4j:${{ matrix.neo4j-version }} diff --git a/README.adoc b/README.adoc index 97bbd2d..bc14104 100644 --- a/README.adoc +++ b/README.adoc @@ -27,7 +27,7 @@ Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4 === Setup -Install Python 3.8-3.12. +Install Python 3.9-3.13. Then get yourself set up with link:http://docs.python-guide.org/en/latest/dev/virtualenvs/[virtualenv] so we don't break any other Python stuff you have on your machine. After you've got that installed let's set up an environment for our app: