Skip to content

Commit 2b1c080

Browse files
committed
chore: Update CI/CD workflow to support Python versions 3.10 through 3.14
1 parent c3eab12 commit 2b1c080

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)