We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36762d5 commit 6a5dd18Copy full SHA for 6a5dd18
.github/workflows/python-app.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
black-test:
14
runs-on: ubuntu-latest
15
- container: python:3.11
+ container: python:3.13-alpine
16
steps:
17
- uses: actions/checkout@v3
18
- name: Install dependencies
@@ -22,7 +22,7 @@ jobs:
22
23
flake8-test:
24
25
26
27
28
0 commit comments