Skip to content

Commit 5fe40c6

Browse files
Removed 3.12 and 3.11 support to test theory
1 parent a63f119 commit 5fe40c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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", "3.13"]
22+
python-version: ["3.13"]
2323
include:
2424
# Include one that runs in the dev environment
2525
- runs-on: "ubuntu-latest"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name = "sm_bluesky"
77
classifiers = [
88
"Development Status :: 3 - Alpha",
99
"License :: OSI Approved :: Apache Software License",
10-
"Programming Language :: Python :: 3.11",
11-
"Programming Language :: Python :: 3.12",
10+
#"Programming Language :: Python :: 3.11",
11+
#"Programming Language :: Python :: 3.12",
1212
"Programming Language :: Python :: 3.13",
1313
]
1414
description = "Bluesky code for Diamond's surface and magnetic materials beamline."

0 commit comments

Comments
 (0)