@@ -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"
@@ -290,7 +290,7 @@ jobs:
290
290
fail_ci_if_error : false
291
291
292
292
long_tests_languages :
293
- name : Long tests on Python 3.10 (language parsers)
293
+ name : Long tests on Python 3.13 (language parsers)
294
294
permissions :
295
295
contents : read
296
296
if : |
@@ -311,7 +311,7 @@ jobs:
311
311
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
312
312
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
313
313
with :
314
- python-version : ' 3.10 '
314
+ python-version : ' 3.13 '
315
315
cache : ' pip'
316
316
317
317
- name : " Skip tests if this is an automated sbom job"
@@ -377,7 +377,7 @@ jobs:
377
377
fail_ci_if_error : false
378
378
379
379
long_tests_scanners :
380
- name : Long tests on Python 3.10 (scanners)
380
+ name : Long tests on Python 3.13 (scanners)
381
381
permissions :
382
382
contents : read
383
383
if : |
@@ -398,7 +398,7 @@ jobs:
398
398
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
399
399
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
400
400
with :
401
- python-version : ' 3.10 '
401
+ python-version : ' 3.13 '
402
402
cache : ' pip'
403
403
404
404
- name : " Skip tests if this is an automated sbom job"
@@ -464,7 +464,7 @@ jobs:
464
464
fail_ci_if_error : false
465
465
466
466
long_tests_sync :
467
- name : Long tests on Python 3.10 (synchronous)
467
+ name : Long tests on Python 3.13 (synchronous)
468
468
permissions :
469
469
contents : read
470
470
if : |
@@ -485,7 +485,7 @@ jobs:
485
485
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
486
486
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
487
487
with :
488
- python-version : ' 3.10 '
488
+ python-version : ' 3.13 '
489
489
cache : ' pip'
490
490
491
491
- name : " Skip tests if this is an automated sbom job"
@@ -605,7 +605,7 @@ jobs:
605
605
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
606
606
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
607
607
with :
608
- python-version : ' 3.10 '
608
+ python-version : ' 3.13 '
609
609
cache : ' pip'
610
610
- name : Get date
611
611
id : get-date
0 commit comments