File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
runs-on : ["ubuntu-latest"] # can add windows-latest, macos-latest
22
- python-version : ["3.11", "3.12", "3. 13"]
22
+ python-version : ["3.13"]
23
23
include :
24
24
# Include one that runs in the dev environment
25
25
- runs-on : " ubuntu-latest"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ name = "sm_bluesky"
7
7
classifiers = [
8
8
" Development Status :: 3 - Alpha" ,
9
9
" 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",
12
12
" Programming Language :: Python :: 3.13" ,
13
13
]
14
14
description = " Bluesky code for Diamond's surface and magnetic materials beamline."
You can’t perform that action at this time.
0 commit comments