@ -16,7 +16,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
runs-on: ubuntu-latest
steps:
- name: Download code
@ -56,7 +56,6 @@ line_length = 79
[tool.semantic_release]
version_variable = [
"cryptocom/exchange/__init__.py:__version__",
"pyproject.toml:version"
]
branch = "main"
@ -49,5 +49,3 @@ __all__ = [
"ApiError",
"ApiProvider",
__version__ = "0.11b0"