Skip to content

Commit

Permalink
propagated python version bump to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 3, 2025
1 parent 977f952 commit 3a8cf44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- macos
- windows
python-version:
- "8"
- "9"
- "10"
- "11"
include:
- os: ubuntu
platform: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']

env:
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 3a8cf44

Please sign in to comment.