Skip to content

Commit

Permalink
MAINT: cycle python to highest supported version
Browse files Browse the repository at this point in the history
Cycle the pysat_rc tests to use the highest supported version.
  • Loading branch information
aburrell committed Aug 12, 2024
1 parent 688135f commit 756a061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pysat_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.11"]
python-version: ["3.12"]

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 756a061

Please sign in to comment.