mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #867 from cjmayo/python3.14
Update CI to Python3.14 and ubuntu-latest
This commit is contained in:
commit
8c3a6f77b3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Python ${{ matrix.python-version }}
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14"
|
||||
toxenv: [py]
|
||||
include:
|
||||
- python-version: "3.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue