Skip to content

Commit c21335d

Browse files
authored
Merge pull request #220 from robsdedude/bump/python-3.12
Docs + CI: Python 3.12 is supported
2 parents 5d96695 + 16a09d9 commit c21335d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-async-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.12
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.11
24+
python-version: 3.12
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

.github/workflows/python-sync-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.12
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.11
24+
python-version: 3.12
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4
2727

2828
=== Setup
2929

30-
Install Python 3.7-3.11.
30+
Install Python 3.7-3.12.
3131

3232
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:
3333

0 commit comments

Comments
 (0)