Skip to content

Commit d0b0c2b

Browse files
committed
chore: correct CI workflow to reflect only 3.9.
1 parent 5fe0a46 commit d0b0c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9"]
19+
python-version: ["3.9"]
2020
os: [macOS-latest, ubuntu-latest, windows-latest]
2121
on: [pull_request, push]

0 commit comments

Comments
 (0)