Skip to content

Commit 7c6adee

Browse files
authored
added pandas < 2.4.0 support and tests for py 3.14 (#720)
* added pandas 2.3.3 support and tests for py 3.14 Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> * generated poetry.lock Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> * lz4 version update for py 3.14 Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> * dependency selection based on py version Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> * pyarrow version update for py 3.14 Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> * poetry.lock with latest poetry version Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com> --------- Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent d2ae1e8 commit 7c6adee

File tree

4 files changed

+167
-11
lines changed

4 files changed

+167
-11
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1111
dependency-version: ["default", "min"]
1212
# Optimize matrix - test min/max on subset of Python versions
1313
exclude:
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
strategy:
9393
matrix:
94-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
94+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
9595
dependency-version: ["default", "min"]
9696
exclude:
9797
- python-version: "3.12"
@@ -173,7 +173,7 @@ jobs:
173173
runs-on: ubuntu-latest
174174
strategy:
175175
matrix:
176-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
176+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
177177
steps:
178178
#----------------------------------------------
179179
# check-out repo and set-up python
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ubuntu-latest
226226
strategy:
227227
matrix:
228-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
228+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
229229
steps:
230230
#----------------------------------------------
231231
# check-out repo and set-up python

poetry.lock

Lines changed: 138 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)