Skip to content

Commit

Permalink
Upadate tested Python versions on ci
Browse files Browse the repository at this point in the history
- Remove 3.7, add 3.11 to match in-toto
- Only test on 3.11 on macos, for the same reasons as
  theupdateframework/python-tuf#2618

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed May 9, 2024
1 parent c46910a commit d873e27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest]
include:
- python-version: "3.11"
os: macos-latest

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d873e27

Please sign in to comment.