Skip to content

Commit

Permalink
Unpin Python in CI and bump supply-chain check to 3.9
Browse files Browse the repository at this point in the history
References:
* casework/CASE-Utilities-Python#127

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 30, 2023
1 parent 4065028 commit 98d38f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.11'

steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

SHELL = /bin/bash

PYTHON3 ?= $(shell which python3.8 2>/dev/null || which python3.7 2>/dev/null || which python3.6 2>/dev/null || which python3)
PYTHON3 ?= python3

all: \
.venv-pre-commit/var/.pre-commit-built.log \
Expand Down

0 comments on commit 98d38f5

Please sign in to comment.