Skip to content

Commit d49b9d1

Browse files
committed
Run tests with python 3.13
1 parent c944dca commit d49b9d1

File tree

4 files changed

+541
-521
lines changed

4 files changed

+541
-521
lines changed

.github/workflows/pr-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.9', '3.12']
18+
python-version: ['3.9', '3.13']
1919
neo4j-tag:
2020
- 'latest'
2121
services:

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
9+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']
1010
steps:
1111
- name: Install graphviz package
1212
run: sudo apt install graphviz graphviz-dev

.github/workflows/scheduled-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616
neo4j-tag:
1717
- '5-community'
1818
- '5-enterprise'

0 commit comments

Comments
 (0)