From: XhmikosR Date: Thu, 3 Jul 2025 18:04:06 +0000 (+0300) Subject: CI: remove Python 3.8 and add 3.13 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8f17aa5b35d4acd28ef1cca14bdbd76b16eb5b5e;p=stevenblack-hosts.git CI: remove Python 3.8 and add 3.13 Python 3.8 is EOL --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcd7c284f..960ac88e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,22 +20,22 @@ jobs: fail-fast: false matrix: python: - - '3.8' - '3.9' - '3.10' - '3.11' - '3.12' + - '3.13' os: - ubuntu-latest include: - os: macos-latest - python: '3.8' + python: '3.9' - os: macos-latest - python: '3.12' + python: '3.13' - os: windows-latest - python: '3.8' + python: '3.9' - os: windows-latest - python: '3.12' + python: '3.13' steps: - name: Clone repository