Skip to content

Commit

Permalink
Update CI platforms.
Browse files Browse the repository at this point in the history
* Drop Python 2 and Bionic
* Use 20.04 for 3.6
* Switch ubuntu-latest to 22.04 to match preferred explicit style.
* Add Python 3.10, 3.11
* String-ify python versions to avoid 3.10 == 3.1
  • Loading branch information
nuclearsandwich committed Jan 18, 2024
1 parent d3d21ae commit 5836331
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: [3.7, 3.8, 3.9]
os: [ubuntu-22.04, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: ubuntu-18.04
python: 2.7
- os: ubuntu-18.04
- os: ubuntu-20.04
python: 3.6
name: bloom tests
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 5836331

Please sign in to comment.