Skip to content

Commit f9f950e

Browse files
committed
Dropped python 3.9
1 parent 407fa5f commit f9f950e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4141
include_package_data = True
4242
package_dir =
4343
=src

0 commit comments

Comments
 (0)