Skip to content

Commit 33fc9a6

Browse files
Merge branch 'main' into update_electron_analyser_tests_to_use_functions_from_dodal
2 parents f1ae0c5 + 0342e67 commit 33fc9a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22-
python-version: ["3.11", "3.12"]
22+
python-version: ["3.11", "3.12", "3.13"]
2323
include:
2424
# Include one that runs in the dev environment
2525
- runs-on: "ubuntu-latest"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
3-
ARG PYTHON_VERSION=3.12@sha256:23e642ca5600c3c6925490bf500914abe411d944b237ac0c6c87af2cd091b8fd
3+
ARG PYTHON_VERSION=3.13@sha256:18634e45b29c0dd1a9a3a3d0781f9f8a221fe32ee7a853db01e9120c710ef535
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Add any system dependencies for the developer/build environment here

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ classifiers = [
99
"License :: OSI Approved :: Apache Software License",
1010
"Programming Language :: Python :: 3.11",
1111
"Programming Language :: Python :: 3.12",
12+
"Programming Language :: Python :: 3.13",
1213
]
1314
description = "Bluesky code for Diamond's surface and magnetic materials beamline."
1415
dependencies = [
@@ -17,8 +18,8 @@ dependencies = [
1718
# it will be auto-pinned to the latest release version by the pre-release workflow
1819
#
1920
"bluesky",
20-
"dls-dodal",
21-
"ophyd-async[sim] >= 0.11",
21+
"dls-dodal>=1.56.0",
22+
"ophyd-async[sim]",
2223
"scanspec",
2324
]
2425
dynamic = ["version"]

0 commit comments

Comments
 (0)