mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-20 06:50:28 -04:00
Lower Python requirements
This commit is contained in:
parent
75cf4adc76
commit
8c77b193e3
2 changed files with 3 additions and 3 deletions
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Set up Python 3.11
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.11
|
||||
python-version: 3.10
|
||||
|
||||
- name: Install Poetry Action
|
||||
uses: snok/install-poetry@v1.3.3
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
rns = {git = "https://github.com/markqvist/Reticulum.git", rev = "3706769"}
|
||||
docopt = "^0.6.2"
|
||||
psutil = "^5.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue