Skip to content

Commit 280a689

Browse files
author
Matthijs van Otterdijk
authored
Merge pull request #344 from terminusdb/remove_numpydoc_deps
Drop 3.7 support and upgrade pandas
2 parents 32f0cc2 + 9398b26 commit 280a689

File tree

3 files changed

+74
-176
lines changed

3 files changed

+74
-176
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
TERMINUSX_TOKEN: ${{ secrets.TERMINUSX_TOKEN_DEV }}
3232
strategy:
3333
matrix:
34-
python-version: ["3.7", "3.8", "3.9", "3.10"]
34+
python-version: ["3.8", "3.9", "3.10"]
3535

3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)