Skip to content

Commit 58d138d

Browse files
authored
Merge pull request #50 from mindsdb/pandas2
bump to pandas 2
2 parents 5c643da + adfb9e0 commit 58d138d

File tree

4 files changed

+137
-130
lines changed

4 files changed

+137
-130
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["3.7","3.8","3.9","3.10","3.11"]
19+
python-version: ["3.8","3.9","3.10","3.11"]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)