CI: remove Python 3.8 and add 3.13

Python 3.8 is EOL
This commit is contained in:
XhmikosR
2025-07-03 21:04:06 +03:00
committed by GitHub
parent eb961b441c
commit 8f17aa5b35

View File

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