Merge pull request #763 from linkchecker/py312

Python 3.12 final is out, stop using -dev
This commit is contained in:
Marius Gedminas 2023-10-14 12:43:22 +03:00 committed by GitHub
commit 1ffb62a1f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
toxenv: [py]
include:
- python-version: "3.8"