Skip to content

Commit

Permalink
🐛 trying to fix mypy checks for build 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maanib committed Sep 23, 2023
1 parent 290bc44 commit 15d16ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10.6"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .logs/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ pycvcqv/userthread.py 14 0 0 0 100%
TOTAL 157 0 28 0 100%

Required test coverage of 50.0% reached. Total coverage: 100.00%
======================== 24 passed, 2 warnings in 1.95s ========================
======================== 24 passed, 2 warnings in 2.10s ========================
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.5-slim-buster
FROM python:3.10.6-slim-buster

ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
Expand Down

0 comments on commit 15d16ab

Please sign in to comment.