Skip to content

Commit

Permalink
Update CI testing matrix (#264)
Browse files Browse the repository at this point in the history
* Drop Python 2.7
* Switch Python 3.6 to Focal
* Add Python 3.11, 3.12
  • Loading branch information
cottsay authored Feb 12, 2024
1 parent a4429de commit 7cbd39e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: ubuntu-18.04
python: '2.7'
- os: ubuntu-18.04
- os: ubuntu-20.04
python: '3.6'
name: rospkg tests
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 7cbd39e

Please sign in to comment.