Skip to content

Commit e599787

Browse files
⬆️ Update python to v3.13.5 (#246)
* ⬆️ Update python to v3.13.5 * Update files from markdown-code-runner --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent adfaf5f commit e599787

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.13.3"
20+
python-version: "3.13.5"
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.13.3'
22+
python-version: '3.13.5'
2323

2424
- name: Install Python dependencies
2525
run: |

example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ Using `unidep` for installation offers a more comprehensive approach. It handles
110110
$ unidep install --dry-run -e ./setup_py_project
111111
📦 Installing conda dependencies with `conda install --yes --override-channels --channel conda-forge pandas">=1,<3" adaptive">=0.15.0, <2.0.0" pfapack packaging adaptive-scheduler numpy">=1.21" hpc05 pexpect pytest pytest-cov`
112112

113-
📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.3/x64/bin/python -m pip install yaml2bib rsync-time-machine slurm-usage pyyaml aiokef markdown-code-runner numthreads unidep`
113+
📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install yaml2bib rsync-time-machine slurm-usage pyyaml aiokef markdown-code-runner numthreads unidep`
114114

115115
📝 Found local dependencies: {'setup_py_project': ['hatch_project', 'setuptools_project']}
116116

117-
📦 Installing project with `/opt/hostedtoolcache/Python/3.13.3/x64/bin/python -m pip install --no-deps -e /home/runner/work/unidep/unidep/example/hatch_project -e /home/runner/work/unidep/unidep/example/setuptools_project -e ./setup_py_project`
117+
📦 Installing project with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install --no-deps -e /home/runner/work/unidep/unidep/example/hatch_project -e /home/runner/work/unidep/unidep/example/setuptools_project -e ./setup_py_project`
118118

119119
```
120120

@@ -157,11 +157,11 @@ unidep install-all -e
157157
$ unidep install-all -e --dry-run
158158
📦 Installing conda dependencies with `conda install --yes --override-channels --channel conda-forge adaptive-scheduler numpy">=1.21" hpc05 pandas">=1,<3" pexpect adaptive">=0.15.0, <2.0.0" pfapack packaging pytest pytest-cov`
159159

160-
📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.3/x64/bin/python -m pip install unidep markdown-code-runner numthreads yaml2bib rsync-time-machine slurm-usage pyyaml aiokef`
160+
📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install unidep markdown-code-runner numthreads yaml2bib rsync-time-machine slurm-usage pyyaml aiokef`
161161

162162
📝 Found local dependencies: {'pyproject_toml_project': ['hatch_project'], 'setup_py_project': ['hatch_project', 'setuptools_project'], 'setuptools_project': ['hatch_project']}
163163

164-
📦 Installing project with `/opt/hostedtoolcache/Python/3.13.3/x64/bin/python -m pip install --no-deps -e ./hatch2_project -e ./hatch_project -e ./pyproject_toml_project -e ./setup_py_project -e ./setuptools_project`
164+
📦 Installing project with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install --no-deps -e ./hatch2_project -e ./hatch_project -e ./pyproject_toml_project -e ./setup_py_project -e ./setuptools_project`
165165

166166
```
167167

0 commit comments

Comments
 (0)