Skip to content

Commit 48b6b4a

Browse files
authored
DINAR-PORT: update python to 3.10
Here is the error I'm trying to fix: ``` File "/home/runner/work/access-addons/access-addons/odoo-module-migrator/odoo_module_migrate/migration_scripts/migrate_160_170.py", line 35, in AbstractVisitor def add_change(self, old_node: ast.AST, new_node: ast.AST | str): TypeError: unsupported operand type(s) for |: 'type' and 'type' ```
1 parent 482c5ac commit 48b6b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-files/all/.github/workflows/DINAR-PORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: master
3939
- uses: actions/setup-python@v4
4040
with:
41-
python-version: "3.8"
41+
python-version: "3.10"
4242
- name: Install python tools
4343
run: |
4444
pip install plumbum pre-commit git-aggregator

0 commit comments

Comments
 (0)