Skip to content

Commit ece9a39

Browse files
authored
package using python 3.11
related to #2157
1 parent 60311f4 commit ece9a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.12"
17+
python-version: "3.11"
1818
cache: "pip"
1919
- name: Install dependencies
2020
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.12"
40+
python-version: "3.11"
4141
cache: "pip"
4242
- uses: actions/download-artifact@v4
4343
with:
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- uses: actions/setup-python@v5
6060
with:
61-
python-version: "3.12"
61+
python-version: "3.11"
6262
cache: "pip"
6363
- name: Install pandoc&graphviz
6464
run: sudo apt-get install pandoc graphviz

0 commit comments

Comments
 (0)