Skip to content

Commit 91ad105

Browse files
committed
added pandas 2.3.3 support and tests for py 3.14
Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent d2ae1e8 commit 91ad105

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = "^3.8.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
16-
{ version = ">=2.2.3,<2.3.0", python = ">=3.13" }
16+
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }
1717
]
1818
lz4 = "^4.0.2"
1919
requests = "^2.18.1"

0 commit comments

Comments
 (0)