Skip to content

Commit e2fc56a

Browse files
authored
Update ci-cd.yml with newer python versions
1 parent 25d7acc commit e2fc56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
36+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)