Skip to content

Commit 9b2887b

Browse files
committed
build: drop support of py 3.7
1 parent 1c92678 commit 9b2887b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up PDM
1414
uses: pdm-project/[email protected]
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Build release
1818
run: |
1919
pdm build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
39+
python-version: [3.8, 3.9, "3.10", "3.11"]
4040
steps:
4141
- uses: actions/checkout@v1
4242
- name: Set up PDM

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pre-commit_ and nox_ CLIs in your environment.
155155
.. code-block:: shell
156156
157157
make init
158-
make PYTHON=3.7 init # for specific python version
158+
make PYTHON=3.8 init # for specific python version
159159
160160
Linting
161161
~~~~~~~

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pre-commit_ and nox_ CLIs in your environment.
2020
.. code-block:: shell
2121
2222
make init
23-
make PYTHON=3.7 init # for specific python version
23+
make PYTHON=3.8 init # for specific python version
2424
2525
Linting
2626
~~~~~~~

0 commit comments

Comments
 (0)