Skip to content

Commit a576886

Browse files
committed
switch to python 3.10
1 parent 41592d8 commit a576886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lambda/build_internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -ex
22

33
cd /src
4-
PYTHON=/opt/python/cp39-cp39/bin/python
4+
PYTHON=/opt/python/cp310-cp310/bin/python
55
$PYTHON -m pip install -v -e .

0 commit comments

Comments
 (0)