Skip to content

Commit

Permalink
requirements: keep python 3.6 support
Browse files Browse the repository at this point in the history
Updates the dependent python modules to the latest version supported by
Python 3.6 as they doesn't support the newer module versions.

Adds Python 3.6 back to the actions check job workflows.
  • Loading branch information
psgrmn authored and JoshuaWatt committed Jul 20, 2023
1 parent 158b05c commit 07037fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ jsonschema==3.2.0; python_version < '3.7'
jsonschema==4.17.3; python_version >= '3.7'
tabulate==0.8.10; python_version < '3.7'
tabulate==0.9.0; python_version >= '3.7'
tqdm==4.65.0
yamllint==1.32.0
tqdm==4.64.1; python_version < '3.7'
tqdm==4.65.0; python_version >= '3.7'
yamllint==1.28.0; python_version < '3.7'
yamllint==1.32.0; python_version >= '3.7'

0 comments on commit 07037fc

Please sign in to comment.