Skip to content

Commit

Permalink
tweak testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 13, 2023
1 parent 5b50b77 commit 8b2076d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 2
matrix:
python-version:
- "3.8"
- "3.7"
- "3.12"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "ubuntu-latest"
- "windows-latest"
python-version:
- "3.8"
- "3.7"
- "3.12"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8b2076d

Please sign in to comment.