Skip to content

Commit

Permalink
Bump required Python version to 3.9-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Nov 14, 2024
1 parent 3811071 commit ddd7420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-async-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-sync-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ddd7420

Please sign in to comment.