File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,11 @@ classifiers = [
2626 " Intended Audience :: Healthcare Industry" ,
2727 " License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" ,
2828 " Topic :: Software Development :: Libraries :: Python Modules" ,
29- " Programming Language :: Python :: 3.7" ,
3029 " Programming Language :: Python :: 3.8" ,
31- " Programming Language :: Python :: 3.9"
30+ " Programming Language :: Python :: 3.9" ,
31+ " Programming Language :: Python :: 3.10" ,
32+ " Programming Language :: Python :: 3.11" ,
33+ " Programming Language :: Python :: 3.12" ,
3234]
3335
3436packages = [
@@ -40,8 +42,7 @@ comparefiles = "linkml_runtime.utils.comparefiles:cli"
4042linkml-normalize = " linkml_runtime.processing.referencevalidator:cli"
4143
4244[tool .poetry .dependencies ]
43- python = " ^3.7.6"
44-
45+ python = " ^3.8"
4546click = " *"
4647deprecated = " *"
4748hbreader = " *"
You can’t perform that action at this time.
0 commit comments