Skip to content

Commit

Permalink
use python 3.11
Browse files Browse the repository at this point in the history
Conan still uses the `imp` module

Contribute to CURA-10831
  • Loading branch information
jellespijker committed Nov 11, 2023
1 parent 6070e31 commit 5f5bb15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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-22.04'
python_version: '3.12.x'
python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit

Expand All @@ -89,7 +89,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 3
runs_on: 'macos-11'
python_version: '3.12.x'
python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit

Expand All @@ -103,7 +103,7 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 4
runs_on: 'windows-2022'
python_version: '3.12.x'
python_version: '3.11.x'
conan_config_branch: ''
conan_logging_level: 'info'
secrets: inherit
Expand All @@ -118,6 +118,6 @@ jobs:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
build_id: 2
runs_on: 'ubuntu-22.04'
python_version: '3.12.x'
python_version: '3.11.x'
conan_logging_level: 'info'
secrets: inherit

0 comments on commit 5f5bb15

Please sign in to comment.