Skip to content

Commit 54f6f44

Browse files
committed
upped python versions in ci-cd to >=3.11
1 parent f2814de commit 54f6f44

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
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [macos-latest, ubuntu-latest]
40-
python-version: ["3.8", "3.11"]
40+
python-version: ["3.11", "3.13"]
4141
fail-fast: false
4242
runs-on: ${{ matrix.os }}
4343
defaults:

0 commit comments

Comments
 (0)