Skip to content

Commit

Permalink
IMP nightly builds no longer support Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 4, 2024
1 parent 5ab6265 commit 66b3261
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.12"]
python-version: ["3.12"]
imp-branch: [main, develop]
include:
- os: [ubuntu-latest]
python-version: "2.7"
imp-branch: main
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 66b3261

Please sign in to comment.