Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/dependency_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down