Skip to content

Commit

Permalink
ci(workflows): update long and network tests to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JigyasuRajput committed Feb 7, 2025
1 parent 5ecff54 commit edf0b79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
test/test_cvedb.py
long_tests:
name: Long tests on Python 3.10
name: Long tests on Python 3.13
permissions:
contents: read
if: |
Expand All @@ -206,7 +206,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.13'
cache: 'pip'

# - name: "Skip tests if this is an automated sbom job"
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
fail_ci_if_error: false

long_tests_languages:
name: Long tests on Python 3.10 (language parsers)
name: Long tests on Python 3.13 (language parsers)
permissions:
contents: read
if: |
Expand All @@ -311,7 +311,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.13'
cache: 'pip'

- name: "Skip tests if this is an automated sbom job"
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
fail_ci_if_error: false

long_tests_scanners:
name: Long tests on Python 3.10 (scanners)
name: Long tests on Python 3.13 (scanners)
permissions:
contents: read
if: |
Expand All @@ -398,7 +398,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.13'
cache: 'pip'

- name: "Skip tests if this is an automated sbom job"
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
fail_ci_if_error: false

long_tests_sync:
name: Long tests on Python 3.10 (synchronous)
name: Long tests on Python 3.13 (synchronous)
permissions:
contents: read
if: |
Expand All @@ -485,7 +485,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.13'
cache: 'pip'

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

0 comments on commit edf0b79

Please sign in to comment.