Skip to content

Commit 5031133

Browse files
committed
Test on Python 3.13
1 parent 21ddefe commit 5031133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu, macos]
21-
python-version: ["3.11", "3.12"]
21+
python-version: ["3.11", "3.12", "3.13"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scipy==1.14.1
33
matplotlib==3.9.2
44
pandas==2.2.3
55
patsy==0.5.6
6-
pyarrow==17.0.0
6+
pyarrow==18.1.0
77
scikit-learn==1.5.2
88
scikit-image==0.24.0
99
sympy==1.13.3

0 commit comments

Comments
 (0)