We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7644294 commit af662daCopy full SHA for af662da
1 file changed
.github/workflows/build-release.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
19
with:
20
- python-version: 3.9
+ python-version: 3.11
21
- run: pip install -r requirements.txt
22
- run: python scripts/download-tools.py
23
- run: black .
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
- run: python scripts/build.py
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments