Skip to content

Commit 2c576bf

Browse files
committed
bump python version in static analysis
1 parent cb0733c commit 2c576bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-python@v4
3131
with:
32-
python-version: 3.8
32+
python-version: '3.10'
3333
- run: |
3434
python -m pip install --upgrade pip
3535
pip install --upgrade -r dev_requirements/ci-requirements.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
setuptools==81.0.0
1+
setuptools
22
tox==3.27.1

0 commit comments

Comments
 (0)