chore: Python 3.9.0 final, Python 3.7 constraints (#440)
* chore: update to 3.9.0 final * chore: add python 3.7 constraints * chore: missed one image due to travis-ci fail Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
This commit is contained in:
co-authored by
Matthieu Darbois
parent
015f382418
commit
9fbe8186f9
@@ -66,6 +66,9 @@ def test_pinned_versions(tmp_path, python_version):
|
||||
elif python_version == '3.6':
|
||||
constraint_filename = 'constraints-python36.txt'
|
||||
build_pattern = '[cp]p36-*'
|
||||
elif python_version == '3.7':
|
||||
constraint_filename = 'constraints-python37.txt'
|
||||
build_pattern = '[cp]p37-*'
|
||||
else:
|
||||
constraint_filename = 'constraints.txt'
|
||||
build_pattern = '[cp]p38-*'
|
||||
|
||||
Reference in New Issue
Block a user