Skip to content

Commit 47f2bf2

Browse files
author
hauntsaninja
committed
Run primer on latest Python version
Doing so would have caught python#6591
1 parent b345843 commit 47f2bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v2
2828
with:
29-
python-version: 3.8
29+
python-version: 3.10
3030
- name: Install dependencies
3131
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
3232
- name: Run mypy_primer

0 commit comments

Comments
 (0)