We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e455 commit 438c8ddCopy full SHA for 438c8dd
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, windows-latest] # , macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
12
python-version: ["3.7", "3.10"]
13
14
steps:
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
"duckdb~=0.5.1",
29
- "pandas~=1.5.0",
+ "pandas~=1.3.5",
30
"sqlparse~=0.4.3",
31
32
dynamic = ["version"]
0 commit comments