Skip to content

Commit

Permalink
Switch to test using python 3.11 for dandi-cli
Browse files Browse the repository at this point in the history
Primary motivator is that macos-latest swiched to arm64 and
does not have support for python 3.8 and 3.9 . Comment in the
CI says to match version used by dandi-api for some reason.
There we use 3.11 ATM:

    ❯ git grep '\<3\.' -- .github/workflows/
    .github/workflows/backend-ci.yml:          python-version: "3.11"
    .github/workflows/cli-integration.yml:          - "3.11"
    .github/workflows/frontend-ci.yml:          python-version: '3.11'
    .github/workflows/frontend-ci.yml:        python-version: '3.11'
    ❯ git describe
    v0.3.83
  • Loading branch information
yarikoptic committed Apr 24, 2024
1 parent b3281b2 commit 1ad6023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-dandi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
python:
# Use the only Python which is ATM also used by dandi-api
# - 3.7
- 3.8
# - 3.8
# - 3.9
# - '3.10'
# - '3.11'
- '3.11'
version:
- master
- release
Expand Down

0 comments on commit 1ad6023

Please sign in to comment.