mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
commit
0355d73c5c
2
.github/workflows/check_config.yaml
vendored
2
.github/workflows/check_config.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.9
|
||||||
- name: Run Checks
|
- name: Run Checks
|
||||||
run: |
|
run: |
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
|
@ -52,7 +52,7 @@ The InvenTree documentation assumes that the operating system is a debian based
|
|||||||
InvenTree runs on [Python](https://python.org).
|
InvenTree runs on [Python](https://python.org).
|
||||||
|
|
||||||
!!! warning "Python Version"
|
!!! warning "Python Version"
|
||||||
InvenTree requrires Python 3.7 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS.
|
InvenTree requrires Python 3.8 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS.
|
||||||
|
|
||||||
### Invoke
|
### Invoke
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user