Skip to content

Commit 9398b26

Browse files
committed
Drop 3.7 support and upgrade pandas
New pandas requires a newer python version. Since Ubuntu 20.04 the default Python verseion is 3.8. The old pandas depends on a numpy version which has a security vulnerability.
1 parent 32f0cc2 commit 9398b26

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)