CI: add Python 3.14
authorXhmikosR <redacted>
Thu, 9 Oct 2025 04:39:43 +0000 (07:39 +0300)
committerGitHub <redacted>
Thu, 9 Oct 2025 04:39:43 +0000 (07:39 +0300)
.github/workflows/ci.yml

index 1454e0e99b896e21c474afbb8b01a2210f32e0e8..e2627aeddffcc151cd15ac0629856cf9a7aca518 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT