Skip to content

Commit

Permalink
Merge pull request #36 from edx/huniafatima/drop-python-3.8-support
Browse files Browse the repository at this point in the history
feat!: dropped python 3.8 support
  • Loading branch information
huniafatima-arbi authored Oct 25, 2024
2 parents a12a5e3 + 45bbac7 commit 4f8a4c8
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 80 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Prerequisites
You will need to have the following installed:

- make
- Python 3.8
- Python 3.11
- Docker, including ``docker compose``

This project requires **Docker 19.03+ CE**. We recommend Docker Stable, but
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.in
34 changes: 6 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -20,19 +20,10 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.15.4
# via
# tox
# virtualenv
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -69,33 +60,20 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.2
# via -r requirements/test.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pip-tools
# pyproject-api
# pytest
# tox
tox==4.16.0
tox==4.18.0
# via -r requirements/dev.in
virtualenv==20.26.3
# via tox
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
42 changes: 16 additions & 26 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
accessible-pygments==0.0.4
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
babel==2.15.0
babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
doc8==1.1.1
# via -r requirements/doc.in
docutils==0.19
docutils==0.20.1
# via
# doc8
# pydata-sphinx-theme
Expand All @@ -31,10 +31,6 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
Expand All @@ -47,7 +43,7 @@ packaging==24.1
# sphinx
pbr==6.0.0
# via stevedore
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -56,9 +52,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytz==2024.1
# via babel
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.txt
readme-renderer==43.0
# via -r requirements/doc.in
Expand All @@ -68,34 +62,30 @@ restructuredtext-lint==1.4.0
# via doc8
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==6.2.1
sphinx==8.0.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.0.1
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.2.0
# via doc8
tomli==2.0.1
stevedore==5.3.0
# via doc8
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
# via requests
zipp==3.19.2
# via importlib-metadata
14 changes: 2 additions & 12 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,10 +8,6 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -20,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==73.0.1
# via -r requirements/pip.in
10 changes: 3 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
packaging==24.1
Expand All @@ -16,9 +14,7 @@ pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.2.2
pytest==8.3.2
# via -r requirements/test.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.txt
tomli==2.0.1
# via pytest

0 comments on commit 4f8a4c8

Please sign in to comment.