Skip to content

Commit 2169d29

Browse files
committed
Add more recent versions of PyArrow for testing
1 parent 69b9459 commit 2169d29

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.github/workflows/tests.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,30 @@ jobs:
6161
python: "3.8"
6262
- pyarrow: "14.0.1"
6363
python: "3.12"
64+
- pyarrow: "14.0.2"
65+
python: "3.8"
66+
- pyarrow: "14.0.2"
67+
python: "3.12"
68+
- pyarrow: "15.0.2"
69+
python: "3.8"
70+
- pyarrow: "15.0.2"
71+
python: "3.12"
72+
- pyarrow: "16.1.0"
73+
python: "3.8"
74+
- pyarrow: "16.1.0"
75+
python: "3.12"
76+
- pyarrow: "17.0.0"
77+
python: "3.8"
78+
- pyarrow: "17.0.0"
79+
python: "3.12"
80+
- pyarrow: "18.1.0"
81+
python: "3.9"
82+
- pyarrow: "18.1.0"
83+
python: "3.13"
84+
- pyarrow: "19.0.1"
85+
python: "3.9"
86+
- pyarrow: "19.0.1"
87+
python: "3.13"
6488
# Windows
6589
- pyarrow: "0.14.0"
6690
python: "3.5"
@@ -74,6 +98,9 @@ jobs:
7498
- pyarrow: "14.0.1"
7599
python: "3.12"
76100
image: windows-latest
101+
- pyarrow: "19.0.1"
102+
python: "3.13"
103+
image: windows-latest
77104
# macOS
78105
- pyarrow: "0.15.0"
79106
python: "3.7"
@@ -87,6 +114,9 @@ jobs:
87114
- pyarrow: "14.0.1"
88115
python: "3.12"
89116
image: macos-latest
117+
- pyarrow: "19.0.1"
118+
python: "3.13"
119+
image: macos-latest
90120
env:
91121
PYARROW: ${{ matrix.pyarrow }}
92122
PYTHON: ${{ matrix.python }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
"Operating System :: OS Independent",
2930
]
3031
dependencies = []
@@ -46,4 +47,4 @@ dependencies = [
4647
test = "pytest {args:tests} -rs -We"
4748

4849
[[tool.hatch.envs.all.matrix]]
49-
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
50+
python = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)