Skip to content

Commit 18ca242

Browse files
committed
Run mypy checks on 3.11
1 parent 1d4b70d commit 18ca242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.10"
44+
python-version: "3.11"
4545
cache: 'pip'
4646
- run: pip install --upgrade pip
4747
- run: pip install poetry

0 commit comments

Comments
 (0)