Skip to content

Commit 7c9a56b

Browse files
committed
LITE-27690: deprecate python 3.7
1 parent 7f7a841 commit 7c9a56b

File tree

6 files changed

+458
-508
lines changed

6 files changed

+458
-508
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11']
1818
steps:
1919
- name: Checkout project
2020
uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ print(results)
123123
## Development
124124

125125

126-
1. Python 3.7+
126+
1. Python 3.8+
127127
0. Install dependencies `pip install poetry && poetry install`
128128

129129
## Testing
130130

131-
1. Python 3.7+
131+
1. Python 3.8+
132132
0. Install dependencies `pip install poetry && poetry install`
133133

134134
Check code style: `poetry run flake8`

0 commit comments

Comments
 (0)