Merge pull request #867 from cjmayo/python3.14

Update CI to Python3.14 and ubuntu-latest
This commit is contained in:
Chris Mayo 2025-07-23 19:44:27 +01:00 committed by GitHub
commit 8c3a6f77b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"