Skip to content

Commit 1e73945

Browse files
committed
bump the gha test-cli workflow to python 3.13, drop 3.10
1 parent 7a648a8 commit 1e73945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest]
24-
python-version: ["3.10", "3.11", "3.12"]
24+
python-version: ["3.11", "3.12", "3.13"]
2525

2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)