Skip to content

Commit 030e5f1

Browse files
committed
allow py11
1 parent 12195b1 commit 030e5f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ dynamic = ["version"]
99
description = "BIOMERO.importer - Automated Data Import System (formerly OMERO ADI)"
1010
authors = [{ name = "Rodrigo Rosas-Bertolini", email = "cellularimaging@amsterdamumc.nl" }]
1111
license = { file = "LICENSE" }
12-
requires-python = ">=3.12"
12+
requires-python = ">=3.11"
1313
readme = "README.md"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.11",
1617
"Programming Language :: Python :: 3.12",
1718
"Programming Language :: Python :: 3.13",
1819
"Programming Language :: Python :: 3.14",

0 commit comments

Comments
 (0)