File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 46
46
runs-on : ubuntu-latest
47
47
strategy :
48
48
matrix :
49
- python-version : [3.7 ]
49
+ python-version : ['3.10' ]
50
50
51
51
steps :
52
52
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ build-and-check-requirements: requirements.txt check-requirements
23
23
# See https://modelpredict.com/wht-requirements-txt-is-not-enough
24
24
requirements.txt : requirements.in
25
25
. ../.python-sphinx-virtualenv/bin/activate \
26
+ && pip install --upgrade pip \
26
27
&& pip install pip-tools \
27
28
&& pip-compile requirements.in
28
29
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.9
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile requirements.in
6
6
#
@@ -21,8 +21,6 @@ idna==2.10
21
21
# via requests
22
22
imagesize == 1.2.0
23
23
# via sphinx
24
- importlib-metadata == 4.11.4
25
- # via sphinx
26
24
jinja2 == 2.11.3
27
25
# via sphinx
28
26
jsonpointer == 2.1
@@ -72,5 +70,3 @@ sphinxnotes-strike==1.1
72
70
# via -r requirements.in
73
71
urllib3 == 1.26.7
74
72
# via requests
75
- zipp == 3.8.0
76
- # via importlib-metadata
You can’t perform that action at this time.
0 commit comments