CI: Move lower-constraints job to py37

This got missed when we dropped support for py36.

Related-Change: I6f0cbde23f0a0db75bdb3e598ee862af0bad0dba
Change-Id: I3dcca36744bbdbce7e5e22e50b3a3fa263071717
This commit is contained in:
Tim Burke 2025-05-15 14:46:09 -07:00
parent 4e2d08041a
commit a2725ea99f
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ fixtures==3.0.0
future==0.16.0
gitdb2==2.0.3
GitPython==2.1.8
greenlet==0.3.3
greenlet==0.4.14
idna==2.6
imagesize==1.0.0
iso8601==0.1.12

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
eventlet>=0.25.0,!=0.34.3 # MIT
greenlet>=0.3.3
greenlet>=0.4.14
PasteDeploy>=2.0.0
lxml>=4.2.3
requests>=2.14.2 # Apache-2.0

View File

@ -149,7 +149,7 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
basepython = python3.6
basepython = python3.7
[testenv:pdf-docs]
deps = {[testenv:docs]deps}