Skip to content

Commit 8b5997c

Browse files
committed
Update minimum python version to 3.10 because of key parameter in bisect.insort_left
1 parent 62ebf0e commit 8b5997c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -49,4 +49,4 @@ jobs:
4949
run: tox -e lint
5050

5151
- name: Check formatting with ruff
52-
run: tox -e format-check
52+
run: tox -e format-check

0 commit comments

Comments
 (0)