Skip to content

Commit

Permalink
Add Python 3.10 to test matrix, only check with latest R.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Aug 7, 2022
1 parent 3883756 commit d111717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
r-version: [4.0, 'release']
python-version: [3.7, 3.8, 3.9, "3.10"]
r-version: ['release']
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit d111717

Please sign in to comment.