Skip to content

Commit 83686fd

Browse files
committed
Only use latest Python to run linting
1 parent 5c8c687 commit 83686fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: "ubuntu-latest"
77
strategy:
88
matrix:
9-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
9+
python-version: ["3.9"]
1010
steps:
1111
- uses: "actions/checkout@master"
1212
- name: "🐍 Set up Python ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)