File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - python : python310
1515 sphinx : 8.2.3
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : cachix/install-nix-action@v30
1919 with :
2020 nix_path : nixpkgs=channel:nixos-unstable
2626 - run : nix profile install nixpkgs#devenv
2727 - run : LC_ALL=en_US.UTF-8 make devenv-test devenv-coverage devenv-docs PYTHON=${{ matrix.python }} SPHINX=${{ matrix.sphinx }}
2828 - uses : coverallsapp/github-action@v2
29+ if : matrix.python == 'python314' && matrix.sphinx == '8.2.3'
2930 with :
3031 debug : true
3132 format : cobertura
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: 2
88build :
99 os : ubuntu-22.04
1010 tools :
11- python : " 3.10 "
11+ python : " 3.13 "
1212 # You can also specify other tool versions:
1313 # nodejs: "20"
1414 # rust: "1.70"
You can’t perform that action at this time.
0 commit comments