Skip to content

Commit cbc05f6

Browse files
committed
chore: Updated pdm.lock and removed support for python3.7
1 parent 39cfe9e commit cbc05f6

3 files changed

Lines changed: 554 additions & 374 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ "3.7", "3.8", "3.9", "3.10" , "3.11" ]
21+
python-version: [ "3.8", "3.9", "3.10" , "3.11" ]
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)