Skip to content

Commit

Permalink
Restore python 3.7 support (ansible#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored and Ruchip16 committed Jul 17, 2023
1 parent ddf74b3 commit 2dd8d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/requirements.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.8
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
Expand All @@ -20,3 +20,5 @@ pytest==7.2.2
pyyaml==6.0
resolvelib==1.0.1
tomli==2.0.1
typing-extensions==4.5.0
zipp==3.15.0

0 comments on commit 2dd8d4f

Please # to comment.