CI: Update python versions
authorAlexander Popov <alex.popov@linux.com>
Wed, 17 Apr 2024 17:30:02 +0000 (20:30 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 17 Apr 2024 17:30:02 +0000 (20:30 +0300)
.github/workflows/engine_unit-test.yml
.github/workflows/functional_test.yml

index e60b09bafd1c25c66f13bd8aaa3fd7a5a23f68f5..8357264f06686955e962a5ab674616de7c066182 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.11']
+        python-version: ['3.12']
 
     steps:
 
index 27f2482ce9a662f50ea5fde86daa740a592aaca2..b9590eeda6d415736f5a65b68458471df9ee508c 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       fail-fast: false
       matrix:
         # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python:
-        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
+        python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
 
     steps: