Skip to content

Commit 0d676cd

Browse files
committed
add 3.13 devcontainers
1 parent 22d7bb3 commit 0d676cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/build_wheel_3_8_aarch64/devcontainer.json renamed to .devcontainer/build_wheel_3_13_aarch64/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "PyMeshLab aarch64 wheel for Python 3.8",
2+
"name": "PyMeshLab aarch64 wheel for Python 3.13",
33

44
"build": {
55
"dockerfile": "../Dockerfile_aarch64",
66
"args": {
7-
"PYTHON_VERSION": "3.8"
7+
"PYTHON_VERSION": "3.13"
88
}
99
},
1010
"runArgs": [

.devcontainer/build_wheel_3_8_x86_64/devcontainer.json renamed to .devcontainer/build_wheel_3_13_x86_64/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "PyMeshLab x86_64 wheel for Python 3.8",
2+
"name": "PyMeshLab x86_64 wheel for Python 3.13",
33

44
"build": {
55
"dockerfile": "../Dockerfile_x86_64",
66
"args": {
7-
"PYTHON_VERSION": "3.8"
7+
"PYTHON_VERSION": "3.13"
88
}
99
},
1010
"runArgs": [

0 commit comments

Comments
 (0)