Skip to content

Commit

Permalink
remove pyhon3.6 and fix matrix
Browse files Browse the repository at this point in the history
goal is to fix travis build
  • Loading branch information
gurneyalex committed Jan 2, 2024
1 parent 6d25b2c commit c2078ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
name: prettier (with plugin-xml)
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 3.6
- 3.7
- 3.10-dev

Expand Down Expand Up @@ -31,11 +30,11 @@ matrix:
env: ODOOVERSION=14.0 LINT=false
- python: 3.10-dev
env: ODOOVERSION=15.0 LINT=false
- python: 3.6
- python: 3.7
env: ODOOVERSION=15.0 LINT=false
- python: 3.10-dev
env: ODOOVERSION=16.0 LINT=false
- python: 3.6
- python: 3.7
env: ODOOVERSION=16.0 LINT=false
include:
- python: 3.7
Expand Down

0 comments on commit c2078ef

Please sign in to comment.