Skip to content

Commit 1d71ca7

Browse files
authored
Merge pull request #498 from Nike-Inc/CICD-update
chore: Update CI/CD workflow to support Python versions 3.10-3.14
2 parents c3eab12 + 2b1c080 commit 1d71ca7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
17+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies

0 commit comments

Comments
 (0)