Skip to content

Commit 438c8dd

Browse files
committed
Try to test on Python 3.7
1 parent c31e455 commit 438c8dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest] # , macos-latest]
11+
os: [ubuntu-latest, windows-latest, macos-latest]
1212
python-version: ["3.7", "3.10"]
1313

1414
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"duckdb~=0.5.1",
29-
"pandas~=1.5.0",
29+
"pandas~=1.3.5",
3030
"sqlparse~=0.4.3",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)