mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-10 07:34:44 +00:00
Merge pull request #763 from linkchecker/py312
Python 3.12 final is out, stop using -dev
This commit is contained in:
commit
1ffb62a1f0
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