We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38d6c3 commit e238826Copy full SHA for e238826
1 file changed
setup.cfg
@@ -14,13 +14,13 @@ classifiers =
14
Operating System :: OS Independent
15
Topic :: Scientific/Engineering :: Image Processing
16
packages = qoi
17
-python_requires = >=3.9
+python_requires = >=3.7
18
license = MIT
19
keywords = qoi
20
21
[options]
22
zip_safe = False
23
24
package_dir = =src
25
packages = find:
26
0 commit comments