CI: remove Python 3.8 and add 3.13
authorXhmikosR <redacted>
Thu, 3 Jul 2025 18:04:06 +0000 (21:04 +0300)
committerGitHub <redacted>
Thu, 3 Jul 2025 18:04:06 +0000 (21:04 +0300)
Python 3.8 is EOL

.github/workflows/ci.yml

index fcd7c284f60d8ff62727e18bd0daa3fdd198d8a5..960ac88e925db43b3b605fbedabb9778d8082a42 100644 (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
git clone https://git.99rst.org/PROJECT