Skip to content

Commit 4efb9d9

Browse files
Don't have to run mypy on 3.8 in order to enforce 3.8 annotations
1 parent 88d1765 commit 4efb9d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: actions/setup-python@v5
6363
with:
64-
python-version: "3.8"
64+
python-version: 3.12
6565
cache: pip
6666
cache-dependency-path: |
6767
'pyproject.toml'

0 commit comments

Comments
 (0)