File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 platform : ubuntu-latest
3737 - python : " 3.10"
3838 platform : ubuntu-latest
39- - python : pypy3.9
39+ - python : pypy3.10
4040 platform : ubuntu-latest
4141 runs-on : ${{ matrix.platform }}
42- continue-on-error : ${{ matrix.python == '3.12 ' }}
42+ continue-on-error : ${{ matrix.python == '3.13 ' }}
4343 steps :
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 - name : Setup Python
4646 uses : actions/setup-python@v4
4747 with :
5656 diffcov :
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
6060 with :
6161 fetch-depth : 0
6262 - name : Setup Python
7676 env :
7777 TOXENV : docs
7878 steps :
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v4
8080 - name : Setup Python
8181 uses : actions/setup-python@v4
8282 - name : Install tox
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-latest
110110
111111 steps :
112- - uses : actions/checkout@v3
112+ - uses : actions/checkout@v4
113113 - name : Setup Python
114114 uses : actions/setup-python@v4
115115 with :
You can’t perform that action at this time.
0 commit comments