File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ classifiers = [
2828 " Framework :: Sphinx" ,
2929 " Natural Language :: English" ,
3030 " Programming Language :: Python" ,
31- " Programming Language :: Python :: 3.10" ,
3231 " Programming Language :: Python :: 3.11" ,
3332 " Programming Language :: Python :: 3.12" ,
3433 " Programming Language :: Python :: 3.13" ,
@@ -54,7 +53,7 @@ license-files = [
5453 " LICENSE" ,
5554]
5655
57- requires-python = " >=3.10 "
56+ requires-python = " >=3.11 "
5857dependencies = [
5958 " click" ,
6059 " tqdm" ,
Original file line number Diff line number Diff line change 1010from collections .abc import Iterable , Mapping
1111from dataclasses import dataclass
1212from pathlib import Path
13+ from typing import Self
1314
1415import bioontologies
1516import bioregistry
1819from bioregistry import NormalizedReference
1920from tabulate import tabulate
2021from tqdm .auto import tqdm
21- from typing_extensions import Self
2222
2323__all__ = [
2424 "Result" ,
You can’t perform that action at this time.
0 commit comments