Skip to content

Commit 84100ef

Browse files
committed
feat: add Python 3.13 support and update spaCy to 3.8.7
1 parent f23b4e3 commit 84100ef

File tree

5 files changed

+257
-202
lines changed

5 files changed

+257
-202
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.12', '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: Check out repository code
1212
uses: actions/checkout@v4

.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)