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 2222 matrix :
2323 # platform: [ubuntu-latest, windows-latest, macos-latest]
2424 platform : [ubuntu-latest, macos-latest]
25- python-version : ['3.9 ', '3.10 ', '3.11 ']
25+ python-version : ['3.10 ', '3.11 ', '3.12 ']
2626
2727 steps :
2828 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ classifiers =
2222 Programming Language :: Python
2323 Programming Language :: Python :: 3
2424 Programming Language :: Python :: 3 :: Only
25- Programming Language :: Python :: 3.9
2625 Programming Language :: Python :: 3.10
2726 Programming Language :: Python :: 3.11
27+ Programming Language :: Python :: 3.12
2828 Topic :: Scientific/Engineering :: Image Processing
2929
3030
@@ -37,7 +37,7 @@ install_requires =
3737 tifffile >=2022.7.28
3838 multiview-stitcher[aicsimageio] ==0.1.19
3939
40- python_requires = >=3.9
40+ python_requires = >=3.10
4141include_package_data = True
4242package_dir =
4343 =src
You can’t perform that action at this time.
0 commit comments