Skip to content

Commit dcd7377

Browse files
authored
Support python 3.14 (#88)
* Support python 3.14 * Support pyarrow 22.
1 parent ac2a3a8 commit dcd7377

File tree

5 files changed

+5436
-4055
lines changed

5 files changed

+5436
-4055
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- py311
5353
- py312
5454
- py313
55+
- py314
5556
uses: ./.github/workflows/test.yml
5657
with:
5758
os: ${{ matrix.os }}
@@ -71,6 +72,7 @@ jobs:
7172
- py311
7273
- py312
7374
- py313
75+
- py314
7476
uses: ./.github/workflows/test.yml
7577
with:
7678
os: ${{ matrix.os }}
@@ -91,6 +93,7 @@ jobs:
9193
- py311
9294
- py312
9395
- py313
96+
- py314
9497
uses: ./.github/workflows/test.yml
9598
with:
9699
os: ${{ matrix.os }}

docs/source/changelog.md

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

3+
## 0.6.1 (2025-11-15)
4+
- support python 3.14
5+
- support pyarrow 22
6+
37
## 0.6.0 (2025-10-03)
48
- bump dependency to pydiverse.common 0.4.0 (switch structlog config to stdlib logging)
59

0 commit comments

Comments
 (0)