Skip to content

Commit 5dbdde6

Browse files
Palwisha-18feanil
andauthored
Drop support for Python 3.8 (#217)
* chore: Drop support for Python 3.8 --------- Co-authored-by: Feanil Patel <feanil@axim.org>
1 parent da0da7a commit 5dbdde6

11 files changed

Lines changed: 123 additions & 175 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ['3.8', '3.11', '3.12']
18+
python-version: ['3.11', '3.12']
1919
toxenv: ['django42']
2020

2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v4
2323
- name: setup python
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v4
1616
- name: setup python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.8
19+
python-version: 3.12
2020

2121
- name: Install pip
2222
run: pip install -r requirements/pip.txt

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
33
History
44
-------
5+
2.0.0 (2020-05-29)
6+
------------------
7+
8+
* Drop support for Python 3.8
9+
510

611
1.0.0 (2020-05-29)
712
------------------

requirements/base.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
77
asgiref==3.8.1
88
# via django
9-
babel==2.16.0
9+
babel==2.17.0
1010
# via
1111
# -r requirements/base.in
1212
# enmerkar
13-
backports-zoneinfo==0.2.1 ; python_version < "3.9"
14-
# via
15-
# -c requirements/constraints.txt
16-
# django
17-
django==4.2.16
13+
django==4.2.20
1814
# via
1915
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2016
# -r requirements/base.in
2117
# enmerkar
2218
enmerkar==0.7.1
2319
# via -r requirements/base.in
24-
pytz==2024.1
25-
# via babel
26-
sqlparse==0.5.1
20+
sqlparse==0.5.3
2721
# via django
28-
typing-extensions==4.12.2
29-
# via asgiref

requirements/dev.txt

Lines changed: 32 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,69 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.13
7+
alabaster==1.0.0
88
# via sphinx
99
asgiref==3.8.1
1010
# via django
11-
babel==2.16.0
11+
babel==2.17.0
1212
# via
1313
# -r requirements/base.in
1414
# enmerkar
1515
# sphinx
16-
backports-zoneinfo==0.2.1 ; python_version < "3.9"
17-
# via
18-
# -c requirements/constraints.txt
19-
# django
20-
certifi==2024.8.30
16+
certifi==2025.1.31
2117
# via requests
22-
charset-normalizer==3.3.2
18+
charset-normalizer==3.4.1
2319
# via requests
24-
coverage[toml]==7.6.1
20+
coverage[toml]==7.8.0
2521
# via
2622
# -r requirements/test.in
2723
# pytest-cov
2824
# python-coveralls
29-
django==4.2.16
25+
django==4.2.20
3026
# via
3127
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
3228
# -r requirements/base.in
3329
# enmerkar
34-
docutils==0.20.1
30+
docutils==0.21.2
3531
# via sphinx
3632
enmerkar==0.7.1
3733
# via -r requirements/base.in
38-
exceptiongroup==1.2.2
39-
# via pytest
4034
execnet==2.1.1
4135
# via pytest-cache
42-
flake8==7.1.1
36+
flake8==7.2.0
4337
# via -r requirements/test.in
44-
idna==3.8
38+
idna==3.10
4539
# via requests
4640
imagesize==1.4.1
4741
# via sphinx
48-
importlib-metadata==8.4.0
49-
# via sphinx
50-
iniconfig==2.0.0
42+
iniconfig==2.1.0
5143
# via pytest
52-
jinja2==3.1.4
44+
jinja2==3.1.6
5345
# via sphinx
54-
markupsafe==2.1.5
46+
markupsafe==3.0.2
5547
# via jinja2
5648
mccabe==0.7.0
5749
# via flake8
58-
packaging==24.1
50+
packaging==25.0
5951
# via
6052
# pytest
6153
# sphinx
6254
pep8==1.7.1
6355
# via pytest-pep8
6456
pluggy==1.5.0
6557
# via pytest
66-
pycodestyle==2.12.1
58+
pycodestyle==2.13.0
6759
# via flake8
68-
pyflakes==3.2.0
60+
pyflakes==3.3.2
6961
# via
7062
# flake8
7163
# pytest-flakes
72-
pygments==2.18.0
64+
pygments==2.19.1
7365
# via sphinx
74-
pytest==8.3.2
66+
pytest==8.3.5
7567
# via
7668
# -r requirements/test.in
7769
# pytest-cache
@@ -80,49 +72,43 @@ pytest==8.3.2
8072
# pytest-pep8
8173
pytest-cache==1.0
8274
# via pytest-pep8
83-
pytest-cov==5.0.0
75+
pytest-cov==6.1.1
8476
# via -r requirements/test.in
8577
pytest-flakes==4.0.5
8678
# via -r requirements/test.in
8779
pytest-pep8==1.0.6
8880
# via -r requirements/test.in
8981
python-coveralls==2.9.3
9082
# via -r requirements/test.in
91-
pytz==2024.1
92-
# via babel
9383
pyyaml==6.0.2
9484
# via python-coveralls
9585
requests==2.32.3
9686
# via
9787
# python-coveralls
9888
# sphinx
99-
six==1.16.0
89+
roman-numerals-py==3.1.0
90+
# via sphinx
91+
six==1.17.0
10092
# via python-coveralls
10193
snowballstemmer==2.2.0
10294
# via sphinx
103-
sphinx==7.1.2
95+
sphinx==8.2.3
10496
# via -r requirements/test.in
105-
sphinxcontrib-applehelp==1.0.4
97+
sphinxcontrib-applehelp==2.0.0
10698
# via sphinx
107-
sphinxcontrib-devhelp==1.0.2
99+
sphinxcontrib-devhelp==2.0.0
108100
# via sphinx
109-
sphinxcontrib-htmlhelp==2.0.1
101+
sphinxcontrib-htmlhelp==2.1.0
110102
# via sphinx
111103
sphinxcontrib-jsmath==1.0.1
112104
# via sphinx
113-
sphinxcontrib-qthelp==1.0.3
105+
sphinxcontrib-qthelp==2.0.0
114106
# via sphinx
115-
sphinxcontrib-serializinghtml==1.1.5
107+
sphinxcontrib-serializinghtml==2.0.0
116108
# via sphinx
117-
sqlparse==0.5.1
109+
sqlparse==0.5.3
118110
# via django
119-
tomli==2.0.1
111+
urllib3==2.2.3
120112
# via
121-
# coverage
122-
# pytest
123-
typing-extensions==4.12.2
124-
# via asgiref
125-
urllib3==2.2.2
126-
# via requests
127-
zipp==3.20.1
128-
# via importlib-metadata
113+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
114+
# requests

requirements/pip-tools.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
build==1.2.1
7+
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
11-
importlib-metadata==8.4.0
12-
# via build
13-
packaging==24.1
11+
packaging==25.0
1412
# via build
1513
pip-tools==7.4.1
1614
# via -r requirements/pip-tools.in
17-
pyproject-hooks==1.1.0
18-
# via
19-
# build
20-
# pip-tools
21-
tomli==2.0.1
15+
pyproject-hooks==1.2.0
2216
# via
2317
# build
2418
# pip-tools
25-
wheel==0.44.0
19+
wheel==0.45.1
2620
# via pip-tools
27-
zipp==3.20.1
28-
# via importlib-metadata
2921

3022
# The following packages are considered to be unsafe in a requirements file:
3123
# pip

requirements/pip.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
12-
# via -r requirements/pip.in
13-
setuptools==74.1.2
12+
# via
13+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14+
# -r requirements/pip.in
15+
setuptools==79.0.1
1416
# via -r requirements/pip.in

0 commit comments

Comments
 (0)