Skip to content

Commit 72d35f7

Browse files
committed
Merge remote-tracking branch 'codra/feature/Python3.14support'
2 parents 2d01851 + 941b6b6 commit 72d35f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.11", "3.13"]
24+
python-version: ["3.9", "3.11", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

doc/release_notes/release_3.14.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version 3.14 #
22

3+
## guidata Version 3.14.1 ##
4+
5+
Added official support for Python 3.14
6+
37
## guidata Version 3.14.0 ##
48

59
✨ New features:

0 commit comments

Comments
 (0)