diff --git a/.github/workflows/dependency_check.yml b/.github/workflows/dependency_check.yml index 62e847543..f2d09c69d 100644 --- a/.github/workflows/dependency_check.yml +++ b/.github/workflows/dependency_check.yml @@ -6,19 +6,19 @@ on: - cron: '0 2 * * *' jobs: -# python-latest: -# runs-on: ubuntu-latest -# container: -# image: python:latest -# -# steps: -# - uses: actions/checkout@v4 -# -# - name: python version -# run: python --version -# -# - name: install lib -# run: pip install -e . + python-latest: + runs-on: ubuntu-latest + container: + image: python:latest + + steps: + - uses: actions/checkout@v4 + + - name: python version + run: python --version + + - name: install lib + run: pip install -e . python-python311: runs-on: ubuntu-latest @@ -34,10 +34,10 @@ jobs: - name: install lib run: pip install -e . - minimum-python37: + minimum-python310: runs-on: ubuntu-latest container: - image: python:3.7 + image: python:3.10 steps: - uses: actions/checkout@v4 diff --git a/docs/installation/install.md b/docs/installation/install.md index d89785c80..f8c696dda 100644 --- a/docs/installation/install.md +++ b/docs/installation/install.md @@ -5,7 +5,7 @@ page_id: install ## Requirements -This project requires Python 3.8 - 3.12. +This project requires Python 3.10+. See below sections for more platform-specific requirements.