Skip to content

Commit edf0b79

Browse files
committed
ci(workflows): update long and network tests to Python 3.13
1 parent 5ecff54 commit edf0b79

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/testing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
test/test_cvedb.py
186186
187187
long_tests:
188-
name: Long tests on Python 3.10
188+
name: Long tests on Python 3.13
189189
permissions:
190190
contents: read
191191
if: |
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
207207
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
208208
with:
209-
python-version: '3.10'
209+
python-version: '3.13'
210210
cache: 'pip'
211211

212212
# - name: "Skip tests if this is an automated sbom job"
@@ -290,7 +290,7 @@ jobs:
290290
fail_ci_if_error: false
291291

292292
long_tests_languages:
293-
name: Long tests on Python 3.10 (language parsers)
293+
name: Long tests on Python 3.13 (language parsers)
294294
permissions:
295295
contents: read
296296
if: |
@@ -311,7 +311,7 @@ jobs:
311311
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
312312
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
313313
with:
314-
python-version: '3.10'
314+
python-version: '3.13'
315315
cache: 'pip'
316316

317317
- name: "Skip tests if this is an automated sbom job"
@@ -377,7 +377,7 @@ jobs:
377377
fail_ci_if_error: false
378378

379379
long_tests_scanners:
380-
name: Long tests on Python 3.10 (scanners)
380+
name: Long tests on Python 3.13 (scanners)
381381
permissions:
382382
contents: read
383383
if: |
@@ -398,7 +398,7 @@ jobs:
398398
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
399399
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
400400
with:
401-
python-version: '3.10'
401+
python-version: '3.13'
402402
cache: 'pip'
403403

404404
- name: "Skip tests if this is an automated sbom job"
@@ -464,7 +464,7 @@ jobs:
464464
fail_ci_if_error: false
465465

466466
long_tests_sync:
467-
name: Long tests on Python 3.10 (synchronous)
467+
name: Long tests on Python 3.13 (synchronous)
468468
permissions:
469469
contents: read
470470
if: |
@@ -485,7 +485,7 @@ jobs:
485485
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
486486
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
487487
with:
488-
python-version: '3.10'
488+
python-version: '3.13'
489489
cache: 'pip'
490490

491491
- name: "Skip tests if this is an automated sbom job"
@@ -605,7 +605,7 @@ jobs:
605605
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
606606
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
607607
with:
608-
python-version: '3.10'
608+
python-version: '3.13'
609609
cache: 'pip'
610610
- name: Get date
611611
id: get-date

0 commit comments

Comments
 (0)