72
72
runs-on : ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
73
73
strategy :
74
74
matrix :
75
- python : ['3.9', '3.11 ', '3.12 ', '3.13']
75
+ python : ['3.9', '3.10 ', '3.11 ', '3.12'] # updated: replaced 3.13 with 3.10 in short tests
76
76
timeout-minutes : 90
77
77
steps :
78
78
- name : Harden Runner
@@ -185,7 +185,7 @@ jobs:
185
185
test/test_cvedb.py
186
186
187
187
long_tests :
188
- name : Long tests on Python 3.10
188
+ name : Long tests on Python 3.13
189
189
permissions :
190
190
contents : read
191
191
if : |
@@ -206,7 +206,7 @@ jobs:
206
206
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
207
207
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
208
208
with :
209
- python-version : ' 3.10 '
209
+ python-version : ' 3.13 '
210
210
cache : ' pip'
211
211
212
212
- name : " Skip tests if this is an automated sbom job"
@@ -286,7 +286,7 @@ jobs:
286
286
fail_ci_if_error : false
287
287
288
288
long_tests_languages :
289
- name : Long tests on Python 3.10 (language parsers)
289
+ name : Long tests on Python 3.13 (language parsers)
290
290
permissions :
291
291
contents : read
292
292
if : |
@@ -307,7 +307,7 @@ jobs:
307
307
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
308
308
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
309
309
with :
310
- python-version : ' 3.10 '
310
+ python-version : ' 3.13 '
311
311
cache : ' pip'
312
312
313
313
- name : " Skip tests if this is an automated sbom job"
@@ -373,7 +373,7 @@ jobs:
373
373
fail_ci_if_error : false
374
374
375
375
long_tests_scanners :
376
- name : Long tests on Python 3.10 (scanners)
376
+ name : Long tests on Python 3.13 (scanners)
377
377
permissions :
378
378
contents : read
379
379
if : |
@@ -394,7 +394,7 @@ jobs:
394
394
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
395
395
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
396
396
with :
397
- python-version : ' 3.10 '
397
+ python-version : ' 3.13 '
398
398
cache : ' pip'
399
399
400
400
- name : " Skip tests if this is an automated sbom job"
@@ -460,7 +460,7 @@ jobs:
460
460
fail_ci_if_error : false
461
461
462
462
long_tests_sync :
463
- name : Long tests on Python 3.10 (synchronous)
463
+ name : Long tests on Python 3.13 (synchronous)
464
464
permissions :
465
465
contents : read
466
466
if : |
@@ -481,7 +481,7 @@ jobs:
481
481
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
482
482
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
483
483
with :
484
- python-version : ' 3.10 '
484
+ python-version : ' 3.13 '
485
485
cache : ' pip'
486
486
487
487
- name : " Skip tests if this is an automated sbom job"
@@ -601,7 +601,7 @@ jobs:
601
601
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
602
602
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
603
603
with :
604
- python-version : ' 3.10 '
604
+ python-version : ' 3.13 '
605
605
cache : ' pip'
606
606
- name : Get date
607
607
id : get-date
0 commit comments