mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
Removing support for python 3.9
This commit is contained in:
parent
b317cba95f
commit
bf9753d542
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9", "3.10", "3.11"]
|
python-version: ["3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -8,7 +8,7 @@ packages = [{ include = "pydase", from = "src" }]
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.10"
|
||||||
rpyc = "^5.3.1"
|
rpyc = "^5.3.1"
|
||||||
loguru = "^0.7.0"
|
loguru = "^0.7.0"
|
||||||
fastapi = "^0.100.0"
|
fastapi = "^0.100.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user