build: upgrade to python 3.10

This commit is contained in:
Cyrille Nofficial 2022-10-19 19:33:36 +02:00 committed by Cyrille Nofficial
parent bbc0c3b976
commit 3919519e50
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/python:3.9-slim as base
FROM docker.io/library/python:3.10-slim as base
# Configure piwheels repo to use pre-compiled numpy wheels for arm
RUN echo -n "[global]\nextra-index-url=https://www.piwheels.org/simple\n" >> /etc/pip.conf

4
poetry.lock generated
View File

@ -353,8 +353,8 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "595513b1788ec4ed7b9c462a007855dcaf12df845fe4d743d885b6cfde7b0938"
python-versions = "^3.10"
content-hash = "93f922ddb9c03189bf1efabdcf702513ff5526332a78f54c21ab532574f4519a"
[metadata.files]
attrs = [

View File

@ -10,7 +10,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
paho-mqtt = "^1.6.1"
docopt = "^0.6.2"
depthai = "^2.17.4.0"