Skip to content

Commit

Permalink
Add Python 3.12 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Oct 9, 2023
1 parent afb0a22 commit df1ac35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- { os: ubuntu-latest, r: 'release', python: '3.8' }
- { os: ubuntu-latest, r: 'release', python: '3.10' }
- { os: ubuntu-latest, r: 'release', python: '3.11' }
- { os: ubuntu-latest, r: 'release', python: '3.12' }

# test with one debug build of python
# disabled; failing presently
Expand Down

0 comments on commit df1ac35

Please sign in to comment.