Skip to content

Commit c3fe5ae

Browse files
committed
chore(deps): update all dependencies
1 parent 8ecf013 commit c3fe5ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)