[UPD] drop python < 3.9 support
This also fixes dependencies issues.
This commit is contained in:
parent
b54c865256
commit
2fa52d4602
|
|
@ -73,9 +73,10 @@ pytest:
|
|||
parallel:
|
||||
matrix:
|
||||
- PYTHON_VERSION:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
|
|||
2
newsfragments/drop-old-python-support.feature
Normal file
2
newsfragments/drop-old-python-support.feature
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Drop support for python version < 3.9. Update dependencies and fix some
|
||||
issue liked to that.
|
||||
1343
poetry.lock
generated
1343
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -28,7 +28,7 @@ oow = "odoo_openupgrade_wizard.cli.cli:main"
|
|||
odoo-openupgrade-wizard = "odoo_openupgrade_wizard.cli.cli:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6.3,<4.0.0"
|
||||
python = ">=3.9,<4.0.0"
|
||||
click = "^7.0"
|
||||
click-loglevel = "^0.4"
|
||||
docker = "^5.0"
|
||||
|
|
@ -37,10 +37,10 @@ git-aggregator = "^2.1"
|
|||
GitPython = "^3.1"
|
||||
jinja2 = "^3.0"
|
||||
loguru = "^0.6"
|
||||
odoorpc = "^0.8"
|
||||
odoorpc = "^0.10.1"
|
||||
plumbum = "^1.7"
|
||||
pygount = "^1.4"
|
||||
pyyaml = "5.4.1"
|
||||
pyyaml = "^6.0.0"
|
||||
single-source = "^0.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user