Skip to content

Commit

Permalink
remove last Python 3.8 artifacts and use 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Nov 13, 2024
1 parent a843fc4 commit c84b361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you'd like to use FLOSS as part of an automated analysis system,
We designed FLOSS to be as easy to use from a client program as from
the command line.

:warning: **FLOSS requires Python >= 3.8.**
:warning: **FLOSS requires Python >= 3.10.**

### Step 1: Install FLOSS module

Use `pip` (Python >= 3.8) to install the `flare-floss` module to your local
Use `pip` (Python >= 3.10) to install the `flare-floss` module to your local
Python environment.
This fetches the library code to your computer, but does not keep
editable source files around for you to hack on.
Expand Down

0 comments on commit c84b361

Please sign in to comment.