Skip to content

Commit ce6ccd6

Browse files
committed
ci: Drop old Python versions
1 parent 1b4a11e commit ce6ccd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.10", "3.12", "3.13"]
10+
python-version: ["3.10", "3.12", "3.13"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)