Skip to content

Commit 8673961

Browse files
Python 3 is the default nowadays (jaraco/skeleton#173)
1 parent 9a81db3 commit 8673961

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
sudo apt update
6464
sudo apt install -y libxml2-dev libxslt-dev
6565
- name: Setup Python
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python }}
6969
allow-prereleases: true
@@ -85,9 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: Setup Python
88-
uses: actions/setup-python@v4
89-
with:
90-
python-version: 3.x
88+
uses: actions/setup-python@v5
9189
- name: Install tox
9290
run: python -m pip install tox
9391
- name: Eval ${{ matrix.job }}
@@ -119,9 +117,7 @@ jobs:
119117
steps:
120118
- uses: actions/checkout@v4
121119
- name: Setup Python
122-
uses: actions/setup-python@v4
123-
with:
124-
python-version: 3.x
120+
uses: actions/setup-python@v5
125121
- name: Install tox
126122
run: python -m pip install tox
127123
- name: Run

0 commit comments

Comments
 (0)