Skip to content

Commit 97b386f

Browse files
author
Fredrik Fristedt
committed
Update Python version for Github actions
Change-Id: I966bb752dbc9c30e5b3ba30581efa9be2b062672
1 parent 6782f76 commit 97b386f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: [push, pull_request]
1010
jobs:
1111
run-tox:
1212
# The type of runner that the job will run on
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
# Steps represent a sequence of tasks that will be executed as part of the job
1616
steps:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.6.15
23+
python-version: 3.11.5
2424
- name: Install Tox
2525
run: pip install tox
2626
- name: Upgrade setuptools

0 commit comments

Comments
 (0)