Skip to content

Commit 4053b01

Browse files
committed
#100 Unpin patch version of Python 3.10 (python/mypy#13627)
1 parent c5b1991 commit 4053b01

File tree

4 files changed

+87
-83
lines changed

4 files changed

+87
-83
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.6-slim
1+
FROM python:3.10-slim
22

33
ENV PATH=$PATH:/root/.local/bin
44
ENV POETRY_VIRTUALENVS_CREATE=false

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python: ["3.7", "3.8", "3.9", "3.10.6"]
20+
python: ["3.7", "3.8", "3.9", "3.10"]
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)