Skip to content

Commit f951561

Browse files
committed
Drop support for python 3.7
1 parent 2b6656e commit f951561

File tree

5 files changed

+594
-720
lines changed

5 files changed

+594
-720
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.x"]
13+
python-version: ["3.12"]
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -57,7 +57,7 @@ jobs:
5757
needs: pre-build
5858
strategy:
5959
matrix:
60-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
60+
python-version: ["3.11", "3.10", "3.9", "3.8"]
6161
steps:
6262
- uses: actions/checkout@v4
6363

docs/Getting_Started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Getting Started
77
Prerequisites
88
********************
99

10-
- Python >= 3.7
10+
- Python >= 3.8
1111
- Django >= 2.0
1212
- Bootstrap >= 3
1313
- jquery >= 1.7.1

0 commit comments

Comments
 (0)