We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcad5b5 commit dbbd311Copy full SHA for dbbd311
2 files changed
.github/workflows/configuration-artifacts.yml
@@ -7,8 +7,8 @@ jobs:
7
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
8
strategy:
9
matrix:
10
- os: [ubuntu-20.04]
11
- python-version: [3.11]
+ os: [ubuntu-latest]
+ python-version: [3.13]
12
fail-fast: false
13
runs-on: ${{ matrix.os }}
14
steps:
.readthedocs.yaml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: ubuntu-20.04
+ os: ubuntu-24.04
5
tools:
6
- python: "3.9"
+ python: "3.13"
apt_packages:
- graphviz
- graphviz-dev
0 commit comments