Skip to content

Commit afedbde

Browse files
Merge pull request #155 from edx/ihassan/update_python_verison
chore: updated the python version to 3.9 in GH actions
2 parents 784622e + 15146d7 commit afedbde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/playbook-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.8]
16+
python-version: [3.9]
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/syntax-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.8]
16+
python-version: [3.9]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)