Skip to content

Commit dbbd311

Browse files
committed
Update *Ubuntu* and *Python* version of *RtD* and configuration artifacts generation.
Signed-off-by: Thomas Mansencal <[email protected]>
1 parent fcad5b5 commit dbbd311

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/configuration-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04]
11-
python-version: [3.11]
10+
os: [ubuntu-latest]
11+
python-version: [3.13]
1212
fail-fast: false
1313
runs-on: ${{ matrix.os }}
1414
steps:

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.9"
6+
python: "3.13"
77
apt_packages:
88
- graphviz
99
- graphviz-dev

0 commit comments

Comments
 (0)