File tree Expand file tree Collapse file tree 8 files changed +13
-12
lines changed
Expand file tree Collapse file tree 8 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : ["3.8 "]
19+ python-version : ["3.11 "]
2020 steps :
2121 - uses : actions/checkout@v4
2222
4343 make html
4444
4545 - name : Deploy
46- uses : peaceiris/actions-gh-pages@v3
46+ uses : peaceiris/actions-gh-pages@v4
4747 with :
4848 github_token : ${{ secrets.GITHUB_TOKEN }}
4949 publish_dir : ./docs/_build/html
Original file line number Diff line number Diff line change 1313 timeout-minutes : 30
1414 strategy :
1515 matrix :
16- python-version : ["3.10 "]
16+ python-version : ["3.11 "]
1717 steps :
1818 - uses : actions/checkout@v4
1919
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : ["3.10 "]
15+ python-version : ["3.11 "]
1616 steps :
1717 - uses : actions/checkout@v4
1818
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : [ "3.10 " ]
19+ python-version : [ "3.11 " ]
2020 steps :
2121 - uses : actions/checkout@v4
2222
Original file line number Diff line number Diff line change 1818 python-version :
1919 - " 3.7"
2020 - " 3.12"
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-22
2222 steps :
2323 - uses : actions/checkout@v4
2424 with :
Original file line number Diff line number Diff line change 1818 max-parallel : 2
1919 matrix :
2020 os :
21- - " ubuntu-latest "
22- - " windows-latest "
21+ - " ubuntu-22.04 "
22+ - " windows-2022 "
2323 python-version :
2424 - " 3.7"
2525 - " 3.12"
Original file line number Diff line number Diff line change 1919 max-parallel : 2
2020 matrix :
2121 os :
22- - " ubuntu-latest "
23- - " windows-latest "
22+ - " ubuntu-22.04 "
23+ - " windows-2022 "
2424 python-version :
2525 - " 3.7"
2626 - " 3.12"
Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ jobs:
1313 strategy :
1414 matrix :
1515 os :
16- - " ubuntu-latest "
17- - " windows-latest "
16+ - " ubuntu-22.04 "
17+ - " windows-2022 "
1818 python-version :
1919 - " 3.7"
2020 - " 3.8"
2121 - " 3.9"
2222 - " 3.10"
2323 - " 3.11"
2424 - " 3.12"
25+ - " 3.13"
2526 runs-on : ${{ matrix.os }}
2627 steps :
2728 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments