Skip to content

Commit c1d074b

Browse files
MaxAakerobsdedude
authored andcommitted
Add 3.14 to more places
Signed-off-by: Rouven Bauer <rouven.bauer@neo4j.com>
1 parent 0026876 commit c1d074b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
tox-factor: 'py312'
2424
- semver: '3.13'
2525
tox-factor: 'py313'
26+
- semver: '3.14'
27+
tox-factor: 'py314'
2628
steps:
2729
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2830

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
44

55
## NEXT RELEASE
6-
- No breaking or major changes.
6+
- Python 3.14 support added.
77

88

99
## Version 6.0

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Driver upgrades within a major version will never contain breaking API changes.
99
For version compatibility with Neo4j server, please refer to:
1010
https://neo4j.com/developer/kb/neo4j-supported-versions/
1111

12+
+ Python 3.14 supported.
1213
+ Python 3.13 supported.
1314
+ Python 3.12 supported.
1415
+ Python 3.11 supported.

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Neo4j Driver Testing
22
To run driver tests, [Tox](https://tox.readthedocs.io) is required as well as at least one version of Python.
3-
The versions of Python supported by this driver are CPython 3.10 - 3.13
3+
The versions of Python supported by this driver are CPython 3.10 - 3.14
44

55
## Testing with TestKit
66
TestKit is the shared test suite used by all official (and some community contributed) Neo4j drivers to ensure consistent and correct behavior across all drivers.

0 commit comments

Comments
 (0)