Skip to content

Commit 4b58499

Browse files
committed
Upgraded SteamRT image Python to 3.9.18
Added VSCode workspace file
1 parent b23a929 commit 4b58499

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build/setup_python3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
PYTHON_VERSION='3.9.16'
5+
PYTHON_VERSION='3.9.18'
66
curl -L "https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz" -o python.tgz
77
tar -xvf python.tgz
88
rm -f python.tgz

garrysmod_common.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)