Skip to content

Commit

Permalink
Merge pull request #2506 from jku/lint-on-oldest-supported-python
Browse files Browse the repository at this point in the history
CI: Run lint on oldest supported Python version
  • Loading branch information
lukpueh authored Nov 3, 2023
2 parents a73355e + 3377894 commit 61ceb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout TUF
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python 3.x
- name: Set up Python (oldest supported version)
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: 3.x
python-version: 3.8
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'

Expand Down

0 comments on commit 61ceb82

Please sign in to comment.