From: XhmikosR Date: Thu, 9 Oct 2025 04:39:43 +0000 (+0300) Subject: CI: add Python 3.14 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0009a08a7d46ea8b35d613223c31444a5d63bc9b;p=stevenblack-hosts.git CI: add Python 3.14 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1454e0e99..e2627aedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,17 +25,18 @@ jobs: - '3.11' - '3.12' - '3.13' + - '3.14' os: - ubuntu-latest include: - os: macos-latest python: '3.9' - os: macos-latest - python: '3.13' + python: '3.14' - os: windows-latest python: '3.9' - os: windows-latest - python: '3.13' + python: '3.14' steps: - name: Clone repository