File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 name : Run the test suite
2020 strategy :
2121 matrix :
22- python-version : [3.8 , 3.12 ] # no particular need for in-between versions
22+ python-version : [3.9 , 3.13 ] # no particular need for in-between versions
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repository has all of that. The heavy lifting is done by
1414[ Caddy] ( https://caddyserver.com/ )
1515and there's a [ small tool] ( Caddyfile.generate ) to generate Caddy configuration
1616from a minimal
17- [ ini-like] ( https://docs.python.org/2 /library/configparser.html )
17+ [ ini-like] ( https://docs.python.org/3 /library/configparser.html )
1818` sites.cfg ` file for you ([ see example] ( sites.cfg.EXAMPLE.gentoo-ev ) ).
1919
2020Thanks to Abiola Ibrahim ([ @abiosoft ] ( https://github.com/abiosoft ) )
You can’t perform that action at this time.
0 commit comments