8000 Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jara… · python/importlib_resources@b535e75 · GitHub
[go: up one dir, main page]

Skip to content

Commit b535e75

Browse files
Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skeleton#175)
This reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
1 parent d2b8d77 commit b535e75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
fetch-depth: 0
8787
- name: Setup Python
8888
uses: actions/setup-python@v5
89+
with:
90+
python-version: 3.x
8991
- name: Install tox
9092
run: python -m pip install tox
9193
- name: Eval ${{ matrix.job }}
@@ -118,6 +120,8 @@ jobs:
118120
- uses: actions/checkout@v4
119121
- name: Setup Python
120122
uses: actions/setup-python@v5
123+
with:
124+
python-version: 3.x
121125
- name: Install tox
122126
run: python -m pip install tox
123127
- name: Run

0 commit comments

Comments
 (0)
0