From c84b361ec96c2149c7a7d2305a9035a73d401f8c Mon Sep 17 00:00:00 2001 From: mr-tz Date: Wed, 13 Nov 2024 14:22:38 +0000 Subject: [PATCH] remove last Python 3.8 artifacts and use 3.10 --- .github/workflows/publish.yml | 2 +- doc/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cae775502..df8e74115 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/doc/installation.md b/doc/installation.md index 6635b7c27..879f4adcd 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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.