Skip to content

Commit

Permalink
DINAR-PORT: update python to 3.10
Browse files Browse the repository at this point in the history
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'
```
  • Loading branch information
yelizariev authored Dec 13, 2023
1 parent 482c5ac commit 48b6b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-files/all/.github/workflows/DINAR-PORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: master
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- name: Install python tools
run: |
pip install plumbum pre-commit git-aggregator
Expand Down

0 comments on commit 48b6b4a

Please sign in to comment.