We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2a3a8 commit dcd7377Copy full SHA for dcd7377
.github/workflows/tests.yml
@@ -52,6 +52,7 @@ jobs:
52
- py311
53
- py312
54
- py313
55
+ - py314
56
uses: ./.github/workflows/test.yml
57
with:
58
os: ${{ matrix.os }}
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
75
76
77
78
@@ -91,6 +93,7 @@ jobs:
91
93
92
94
95
96
97
98
99
docs/source/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.6.1 (2025-11-15)
4
+- support python 3.14
5
+- support pyarrow 22
6
+
7
## 0.6.0 (2025-10-03)
8
- bump dependency to pydiverse.common 0.4.0 (switch structlog config to stdlib logging)
9
0 commit comments