We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12195b1 commit 030e5f1Copy full SHA for 030e5f1
1 file changed
pyproject.toml
@@ -9,10 +9,11 @@ dynamic = ["version"]
9
description = "BIOMERO.importer - Automated Data Import System (formerly OMERO ADI)"
10
authors = [{ name = "Rodrigo Rosas-Bertolini", email = "cellularimaging@amsterdamumc.nl" }]
11
license = { file = "LICENSE" }
12
-requires-python = ">=3.12"
+requires-python = ">=3.11"
13
readme = "README.md"
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
+ "Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
"Programming Language :: Python :: 3.13",
19
"Programming Language :: Python :: 3.14",
0 commit comments