Skip to content

Commit

Permalink
Bump python version in CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Nov 2, 2023
1 parent bce10d9 commit 9cf89c9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,19 @@ jobs:
if: github.event_name == 'release'
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu, macos, windows]
exclude:
# not to overload the platform, we will remove this eventually
# see https://github.com/neuro-inc/neuro-extras/pull/249
- python-version: 3.8
os: macos
- python-version: 3.8
os: windows
- python-version: 3.9
os: macos
- python-version: 3.9
os: windows
- python-version: 3.10
os: macos
- python-version: 3.10
os: windows
fail-fast: false
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 30
Expand Down

0 comments on commit 9cf89c9

Please sign in to comment.