Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-11-13 14:00:16 +0300
committerGitHub <noreply@github.com>2022-11-13 14:00:16 +0300
commitc9709914063f2b63015303a5718331ab579af20a (patch)
treee92503d732b3bcc40b6513b11481eec8b59572df
parent00387d95b76e827b303da0b2ace6639122fc30ef (diff)
Use Python 3.11main
-rw-r--r--.github/workflows/conan-package.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml
index 566be2ae1..3d582ac9a 100644
--- a/.github/workflows/conan-package.yml
+++ b/.github/workflows/conan-package.yml
@@ -68,7 +68,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
runs_on: 'ubuntu-20.04'
- python_version: '3.10.x'
+ python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit
@@ -82,7 +82,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 3
runs_on: 'macos-11'
- python_version: '3.10.x'
+ python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit
@@ -96,7 +96,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 4
runs_on: 'windows-2022'
- python_version: '3.10.x'
+ python_version: '3.11.x'
conan_config_branch: ''
conan_logging_level: 'info'
secrets: inherit
@@ -111,7 +111,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 1
runs_on: 'ubuntu-20.04'
- python_version: '3.10.x'
+ python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit
@@ -125,7 +125,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 2
runs_on: 'ubuntu-22.04'
- python_version: '3.10.x'
+ python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit