Skip to content

Commit

Permalink
Bump Python version to 3.9 (#12)
Browse files Browse the repository at this point in the history
The minimum version of Python to use with Bandit is now 3.9. This is a result of Python 3.8 being end-of-life.
  • Loading branch information
ericwb authored Nov 10, 2024
1 parent bb9f8d5 commit b44244a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ inputs:
runs:
using: composite
steps:
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9

- name: Install Bandit
shell: bash
Expand Down

0 comments on commit b44244a

Please sign in to comment.