Skip to content

Commit 2190293

Browse files
committed
Try 3.10.
1 parent b678a96 commit 2190293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
|| '["ubuntu-latest","windows-latest","macos-latest"]') }}
4747
python-version: ${{ fromJson(github.event_name == 'schedule'
4848
&& '["3.9","3.10","3.11","3.12","3.13"]'
49-
|| '["3.9","3.10","3.11","3.12","3.13"]') }}
49+
|| '["3.10", "3.11","3.12","3.13"]') }}
5050

5151
steps:
5252
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)