Skip to content

Commit a6c3533

Browse files
committed
Use Python 3.11 in devcontainer
1 parent 015443d commit a6c3533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
context: .
1313
dockerfile: .devcontainer/Dockerfile
1414
args:
15-
- PY_VER=${PY_VER:-3.8}
15+
- PY_VER=${PY_VER:-3.11}
1616
- DISTRO=${DISTRO:-buster}
1717

1818
volumes:

0 commit comments

Comments
 (0)