Skip to content

Commit 6a5dd18

Browse files
committed
Change jobs python image
1 parent 36762d5 commit 6a5dd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
black-test:
1414
runs-on: ubuntu-latest
15-
container: python:3.11
15+
container: python:3.13-alpine
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Install dependencies
@@ -22,7 +22,7 @@ jobs:
2222

2323
flake8-test:
2424
runs-on: ubuntu-latest
25-
container: python:3.11
25+
container: python:3.13-alpine
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Install dependencies

0 commit comments

Comments
 (0)