mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Python 3.12 final is out, stop using -dev
Fixes the check-python-versions job in CI.
This commit is contained in:
parent
227cfed5a5
commit
287474abfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12-dev"
|
||||
- "3.12"
|
||||
toxenv: [py]
|
||||
include:
|
||||
- python-version: "3.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue