Skip to content

Commit

Permalink
Merge pull request #16 from cloudblue/LITE-27690-deprecate-python-3.7
Browse files Browse the repository at this point in the history
LITE-27690: deprecate python 3.7
  • Loading branch information
Francesco Faraone authored May 30, 2023
2 parents 7f7a841 + 7c9a56b commit 1d46965
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ print(results)
## Development


1. Python 3.7+
1. Python 3.8+
0. Install dependencies `pip install poetry && poetry install`

## Testing

1. Python 3.7+
1. Python 3.8+
0. Install dependencies `pip install poetry && poetry install`

Check code style: `poetry run flake8`
Expand Down
Loading

0 comments on commit 1d46965

Please sign in to comment.