File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 - name : Setup Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.13 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 2121 - name : Set up Python 3.8
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : 3.8
24+ python-version : 3.13
2525 - name : Install black
2626 run : pip install black==22.3.0
2727 - name : Check diff
@@ -33,13 +33,13 @@ jobs:
3333 - name : Set up Python 3.10
3434 uses : actions/setup-python@v5
3535 with :
36- python-version : " 3.10 "
36+ python-version : " 3.13 "
3737 - name : Install nox.
3838 run : python -m pip install nox
3939 - name : Build the documentation.
4040 run : nox -s docs
4141 unit :
42- runs-on : ubuntu-22 .04
42+ runs-on : ubuntu-24 .04
4343 strategy :
4444 matrix :
4545 # See https://github.com/actions/setup-python?tab=readme-ov-file#basic-usage
9191 path : .coverage-${{ matrix.variant }}-${{ matrix.python }}
9292 include-hidden-files : true
9393 prerelease :
94- runs-on : ubuntu-22 .04
94+ runs-on : ubuntu-24 .04
9595 strategy :
9696 matrix :
9797 python : ['3.14']
@@ -126,13 +126,13 @@ jobs:
126126 - name : Setup Python
127127 uses : actions/setup-python@v5
128128 with :
129- python-version : " 3.10 "
129+ python-version : " 3.13 "
130130 - name : Install coverage
131131 run : |
132132 python -m pip install --upgrade setuptools pip wheel
133133 python -m pip install coverage
134134 - name : Download coverage results
135- uses : actions/download-artifact@v4
135+ uses : actions/download-artifact@v5
136136 with :
137137 path : .coverage-results/
138138 - name : Report coverage results
You can’t perform that action at this time.
0 commit comments