Skip to content

Commit

Permalink
Switch to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkielan authored Nov 22, 2022
1 parent ea253e4 commit e3c6e4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.10"]
python-version: ["3.6", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Python dependencies
run: pip install black flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
api-level: [27]
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- formatter: autopep8 -> black
- adb test VM from macos 11 to 12
- tests python version 3.6->3.8
- switch from python 3.8 to 3.10
- switch from python 3.8 to 3.11

### Added
- pylint and flake8 configuration files
Expand Down

0 comments on commit e3c6e4b

Please sign in to comment.