Skip to content
Snippets Groups Projects
Commit 914208f3 authored by David Trattnig's avatar David Trattnig
Browse files

chore: update config to py 3.10

parent 41446cec
No related branches found
No related tags found
No related merge requests found
[project]
name = "aura-engine-api"
requires-python = "^3.9"
requires-python = "^3.10"
[tool.black]
line-length = 99
target-version = ["py38"]
target-version = ["py310"]
# TODO: Use extend-exclude as soon as Debian Bookworm is released.
exclude = '''
^/src/aura_engine_api/rest/
......@@ -14,7 +14,7 @@ exclude = '''
'''
[tool.isort]
py_version = 38
py_version = 310
profile = "black"
# TODO: switch to "extend_skip", after Debian Bookworm is released
skip = [
......@@ -46,7 +46,7 @@ classifiers = [
packages = [{ include = "aura_engine_api", from = "src" }]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
requests = "^2.24"
connexion = "^2.8.0"
python-dateutil = "^2.6.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment