Skip to content

Commit 5a320d1

Browse files
authored
Merge pull request #16 from hartwork/python-3-13
Drop EOL Python 3.8 and add Python 3.13
2 parents 712cdcd + f06d1cd commit 5a320d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository has all of that. The heavy lifting is done by
1414
[Caddy](https://caddyserver.com/)
1515
and there's a [small tool](Caddyfile.generate) to generate Caddy configuration
1616
from 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

2020
Thanks to Abiola Ibrahim ([@abiosoft](https://github.com/abiosoft))

0 commit comments

Comments
 (0)