build(deps): bump actions/setup-python from 6 to 7

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-24 22:43:32 +00:00
committed by Thomas Krijnen
parent b997726564
commit a11ebdf8c4
26 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 # https://github.com/actions/checkout - uses: actions/checkout@v7 # https://github.com/actions/checkout
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
short_name: macos short_name: macos
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.11' python-version: '3.11'
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
short_name: macos short_name: macos
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.11' python-version: '3.11'
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
} }
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 - uses: actions/setup-python@v7
with: with:
python-version: '3.11' python-version: '3.11'
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 - uses: actions/setup-python@v7
with: with:
python-version: '3.11' python-version: '3.11'
- name: Compile - name: Compile
@@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 - uses: actions/setup-python@v7
with: with:
python-version: '3.11' python-version: '3.11'
- name: Compile - name: Compile
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.11' python-version: '3.11'
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.11' python-version: '3.11'
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python - uses: actions/setup-python@v7 # https://github.com/actions/setup-python
with: with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Compile - name: Compile
+2 -2
View File
@@ -85,7 +85,7 @@ jobs:
cmake --build build-ifcopenshell --target install -j "$(nproc)" cmake --build build-ifcopenshell --target install -j "$(nproc)"
- name: Set up Python 3.11 - name: Set up Python 3.11
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.11 python-version: 3.11
@@ -120,7 +120,7 @@ jobs:
PY PY
- name: Set up Python 3.12 - name: Set up Python 3.12
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.12 python-version: 3.12
+2 -2
View File
@@ -15,12 +15,12 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Action - install python - name: Action - install python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: ${{ env.MIN_IOS_PY_VERSION }} python-version: ${{ env.MIN_IOS_PY_VERSION }}
- name: Action - install python - name: Action - install python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: ${{ env.MIN_BLENDER_PY_VERSION }} python-version: ${{ env.MIN_BLENDER_PY_VERSION }}
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
submodules: recursive submodules: recursive
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: 3.11 python-version: 3.11
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: '3.x' python-version: '3.x'
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: | run: |
rsync -av --delete --exclude='.git/' src/ifcchat/ output/ rsync -av --delete --exclude='.git/' src/ifcchat/ output/
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.x" python-version: "3.x"
- name: Download wheels - name: Download wheels