We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24e9e commit ce09520Copy full SHA for ce09520
setup.cfg
@@ -11,8 +11,6 @@ license_files = LICENSE
11
classifiers =
12
Development Status :: 3 - Alpha
13
Intended Audience :: Developers
14
- License :: OSI Approved :: Apache Software License
15
- License :: OSI Approved :: Apache-2.0
16
Operating System :: Microsoft :: Windows
17
Operating System :: POSIX :: Linux
18
Programming Language :: Python
@@ -33,7 +31,7 @@ install_requires =
33
31
numpy
34
32
prefect
35
tifffile
36
-python_requires = >=3.8
+python_requires = >=3.9
37
package_dir =
38
= src
39
setup_requires =
0 commit comments