Skip to content

Commit

Permalink
use Python 3.12 for latest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Oct 22, 2024
1 parent 623f2ce commit 16775a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
include:

# default everything
- {os: 'ubuntu-latest', python: '3.11', r: 'release'}
- {os: 'windows-latest', python: '3.11', r: 'release'}
- {os: 'macOS-latest', python: '3.11', r: 'release'}
- {os: 'ubuntu-latest', python: '3.12', r: 'release'}
- {os: 'windows-latest', python: '3.12', r: 'release'}
- {os: 'macOS-latest', python: '3.12', r: 'release'}

# older R versions
- {os: 'ubuntu-latest', python: '3.9', r: 'oldrel-1'}
Expand Down

0 comments on commit 16775a3

Please sign in to comment.