We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b678a96 commit 2190293Copy full SHA for 2190293
.github/workflows/code_test_and_deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
|| '["ubuntu-latest","windows-latest","macos-latest"]') }}
47
python-version: ${{ fromJson(github.event_name == 'schedule'
48
&& '["3.9","3.10","3.11","3.12","3.13"]'
49
- || '["3.9","3.10","3.11","3.12","3.13"]') }}
+ || '["3.10", "3.11","3.12","3.13"]') }}
50
51
steps:
52
- uses: actions/checkout@v5
0 commit comments