Skip to content

Commit

Permalink
build: with python 3.8 instead of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ichintanjoshi committed Apr 3, 2024
1 parent 9fdb05e commit 6da1d93
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
lxml==5.1.0
lxml==5.2.1
# via -r requirements/base.in
markupsafe==2.1.5
# via -r requirements/base.in
Expand Down
7 changes: 6 additions & 1 deletion requirements/ci.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -57,6 +57,11 @@ pyproject-api==1.6.1
# tox
requests==2.31.0
# via coveralls
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.14.2
# via -r requirements/tox.txt
urllib3==2.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
15 changes: 13 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
build==1.1.1
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.0
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +20,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
13 changes: 11 additions & 2 deletions requirements/test.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -39,7 +39,7 @@ isort==5.13.2
# via pylint
jinja2==3.1.3
# via code-annotations
lxml==5.1.0
lxml==5.2.1
# via -r requirements/base.txt
markupsafe==2.1.5
# via
Expand Down Expand Up @@ -103,9 +103,18 @@ sympy==1.12
# via -r requirements/base.txt
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# pylint
# pyproject-api
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.2
# via -r requirements/test.in
typing-extensions==4.10.0
# via
# astroid
# pylint
virtualenv==20.25.1
# via tox
6 changes: 5 additions & 1 deletion requirements/tox.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -28,6 +28,10 @@ pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
# via -r requirements/tox.in
virtualenv==20.25.1
Expand Down

0 comments on commit 6da1d93

Please sign in to comment.