Skip to content

Commit

Permalink
Add newer python versions to dev/prod testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Scheibling committed Jan 23, 2024
1 parent df5ed6d commit 3bb937c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
os:
- "ubuntu-latest"
- "macOS-latest"
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/dev_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ on:
paths-ignore:
- "docs/**"
- "*.md"
# pull_request:
# paths-ignore:
# - "docs/**"
# - "*.md"

jobs:
testing:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
os:
- "ubuntu-latest"
- "macOS-latest"
Expand Down

0 comments on commit 3bb937c

Please sign in to comment.