Skip to content

Commit 2639775

Browse files
Update Python
1 parent b45b272 commit 2639775

12 files changed

+21
-88
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.10'
16+
python-version: '3.13'
1717
- name: Install Poetry
1818
uses: snok/install-poetry@v1
1919
with:

.github/workflows/semgrep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.13'
2222
- name: install semgrep
2323
env:
2424
DEBIAN_FRONTEND: noninteractive
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: '3.10'
69+
python-version: '3.13'
7070
- name: install semgrep
7171
env:
7272
DEBIAN_FRONTEND: noninteractive

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.2.3"
1313
scipy = "1.15.2"
1414
pandas = "2.2.3"
15-
python = ">=3.10,<3.13"
15+
python = ">=3.13,<3.14"
1616
pyzmq = "26.3.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.10.1"
1515
numpy = "2.2.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.3.0"
2020
scipy = "1.15.2"
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.1"
2323
prometheus_client = "0.21.1"
24-
python = ">=3.10,<3.13"
24+
python = ">=3.13,<3.14"
2525
pyzmq = "26.3.0"
2626
requests = "2.32.3"
2727
sigmf = "1.2.6"

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)