Skip to content

Commit 84ee496

Browse files
Update Python
1 parent 21cceec commit 84ee496

10 files changed

+18
-85
lines changed

gamutrflib/poetry.lock

+3-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gamutrflib/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
numpy = "2.1.3"
1313
scipy = "1.14.1"
1414
pandas = "2.2.3"
15-
python = ">=3.10,<3.13"
15+
python = ">=3.13,<3.14"
1616
pyzmq = "26.2.0"
1717
zstandard = "0.23.0"
1818

gamutrfwaterfall/poetry.lock

+3-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gamutrfwaterfall/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matplotlib = "3.9.2"
1515
numpy = "2.1.3"
1616
pandas = "2.2.3"
1717
pycairo = "1.27.0"
18-
python = ">=3.10,<3.13"
18+
python = ">=3.13,<3.14"
1919
pyzmq = "26.2.0"
2020
scipy = "1.14.1"
2121
zstandard = "0.23.0"

poetry.lock

+4-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ paho-mqtt = "2.1.0"
2121
pandas = "2.2.3"
2222
pbr = "6.1.0"
2323
prometheus_client = "0.21.0"
24-
python = ">=3.10,<3.13"
24+
python = ">=3.13,<3.14"
2525
pyzmq = "26.2.0"
2626
requests = "2.32.3"
2727
sigmf = "1.2.3"

utils/mavlink-api/Dockerfile.mavlink-api

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nosemgrep:github.workflows.config.dockerfile-source-not-pinned
2-
FROM python:3.11-slim
2+
FROM python:3.13-slim
33

44
WORKDIR /app
55
ENV PYTHONPATH=${PYTHONPATH}:${PWD}

utils/mavlink-api/Dockerfile.mqtt-publisher

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nosemgrep:github.workflows.config.dockerfile-source-not-pinned
2-
FROM python:3.11-slim
2+
FROM python:3.13-slim
33

44
WORKDIR /app
55
ENV PYTHONPATH=${PYTHONPATH}:${PWD}

utils/mavlink-api/poetry.lock

+2-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/mavlink-api/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["lk-iqt <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.10,<3.13"
9+
python = ">=3.13,<3.14"
1010
Flask = "^3.0.0"
1111
pymavlink = "^2.4.40"
1212
pyserial = "^3.5"

0 commit comments

Comments
 (0)