Skip to content

Commit f0c85c5

Browse files
committed
Update lint.yml
1 parent d3934af commit f0c85c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
17+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
1818

1919
steps:
2020
- uses: actions/checkout@v2
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2.3.2
23+
uses: actions/setup-python@v2
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

0 commit comments

Comments
 (0)