Updated to python3.10
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query._query.where import where_query
|
||||
from cpl_query.exceptions import ExceptionArgument, ArgumentNoneException
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query._query.where import where_query
|
||||
from cpl_query.exceptions import ArgumentNoneException, ExceptionArgument
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query._query.where import where_query
|
||||
from cpl_query.exceptions import ArgumentNoneException, ExceptionArgument
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query.exceptions import ArgumentNoneException, ExceptionArgument
|
||||
from cpl_query.extension.iterable_abc import IterableABC
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query.exceptions import ExceptionArgument, ArgumentNoneException
|
||||
from cpl_query.extension.iterable_abc import IterableABC
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
from typing import Union
|
||||
|
||||
from cpl_query._helper import is_number
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query.exceptions import ExceptionArgument, ArgumentNoneException
|
||||
from cpl_query.extension.iterable_abc import IterableABC
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
from typing import Union
|
||||
|
||||
from cpl_query._helper import is_number
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query.exceptions import ArgumentNoneException, ExceptionArgument
|
||||
from cpl_query.extension.iterable_abc import IterableABC
|
||||
|
@@ -18,7 +18,7 @@
|
||||
"Dependencies": [
|
||||
"cpl-core>=2022.6.1"
|
||||
],
|
||||
"PythonVersion": ">=3.8",
|
||||
"PythonVersion": ">=3.10",
|
||||
"PythonPath": {},
|
||||
"Classifiers": []
|
||||
},
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query._query.order_by import then_by_descending_query, then_by_query
|
||||
from cpl_query.extension.iterable import Iterable
|
||||
|
@@ -1,5 +1,5 @@
|
||||
from abc import abstractmethod
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from cpl_query.extension.iterable_abc import IterableABC
|
||||
|
||||
|
Reference in New Issue
Block a user