Skip to content

Commit 4cdf3f9

Browse files
ci(workflows): update long and network tests to Python 3.13 (#4779)
* ci(workflows): update long and network tests to Python 3.13 * ci(workflows): Keep 3.10 in short tests, remove 3.13
1 parent cb4d078 commit 4cdf3f9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/testing.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
7373
strategy:
7474
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
7676
timeout-minutes: 90
7777
steps:
7878
- name: Harden Runner
@@ -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"
@@ -286,7 +286,7 @@ jobs:
286286
fail_ci_if_error: false
287287

288288
long_tests_languages:
289-
name: Long tests on Python 3.10 (language parsers)
289+
name: Long tests on Python 3.13 (language parsers)
290290
permissions:
291291
contents: read
292292
if: |
@@ -307,7 +307,7 @@ jobs:
307307
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
308308
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
309309
with:
310-
python-version: '3.10'
310+
python-version: '3.13'
311311
cache: 'pip'
312312

313313
- name: "Skip tests if this is an automated sbom job"
@@ -373,7 +373,7 @@ jobs:
373373
fail_ci_if_error: false
374374

375375
long_tests_scanners:
376-
name: Long tests on Python 3.10 (scanners)
376+
name: Long tests on Python 3.13 (scanners)
377377
permissions:
378378
contents: read
379379
if: |
@@ -394,7 +394,7 @@ jobs:
394394
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
395395
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
396396
with:
397-
python-version: '3.10'
397+
python-version: '3.13'
398398
cache: 'pip'
399399

400400
- name: "Skip tests if this is an automated sbom job"
@@ -460,7 +460,7 @@ jobs:
460460
fail_ci_if_error: false
461461

462462
long_tests_sync:
463-
name: Long tests on Python 3.10 (synchronous)
463+
name: Long tests on Python 3.13 (synchronous)
464464
permissions:
465465
contents: read
466466
if: |
@@ -481,7 +481,7 @@ jobs:
481481
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
482482
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
483483
with:
484-
python-version: '3.10'
484+
python-version: '3.13'
485485
cache: 'pip'
486486

487487
- name: "Skip tests if this is an automated sbom job"
@@ -601,7 +601,7 @@ jobs:
601601
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
602602
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
603603
with:
604-
python-version: '3.10'
604+
python-version: '3.13'
605605
cache: 'pip'
606606
- name: Get date
607607
id: get-date

0 commit comments

Comments
 (0)