Update python versions in CI
authorAlexander Popov <alex.popov@linux.com>
Sat, 12 Oct 2024 21:24:43 +0000 (00:24 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 12 Oct 2024 21:24:43 +0000 (00:24 +0300)
.github/workflows/engine_unit-test.yml
.github/workflows/engine_unit-test_no-coverage.yml
.github/workflows/functional_test.yml
.github/workflows/functional_test_no-coverage.yml
.github/workflows/static_analysis.yml

index 86120b0fba8a4115f087736cebed4fef912077f6..985e0c3925c4bded6d6550e9be9fcca11d29500e 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.12']
+        python-version: ['3.13']
 
     steps:
 
index 7f92b48ad583bd0d15cb79a149b141c63bb2f867..25659a4b73dacce1300f06838426a7a5912edf67 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.12']
+        python-version: ['3.13']
 
     steps:
 
index e197bacb6b8f2ce866b7aac0b2e86731d4eb8207..25ab4c2e044a76a576d8730c5b8713ad1ff3f940 100644 (file)
@@ -15,8 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
-        python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
+        python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
 
     steps:
 
index 3d02c5a0b3cdd9dbdf92ca766a3379d87c73e9e2..80deeca65215ce252bd64ee3f3ab9d58b3c17493 100644 (file)
@@ -15,8 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
-        python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
+        python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
 
     steps:
 
index e23d7e11bd96fd5bd6cc41b5e45920c72572ff09..51063a8b509e17ab633c701155b45d20c48cd5e1 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.12']
+        python-version: ['3.13']
 
     steps: