Skip to content

Commit

Permalink
Ajoute un commentaire explicatif
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-CodeWorks committed Jul 6, 2023
1 parent 4e278f9 commit c1d354e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/get_minimal_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import re


# This script fetches and prints the minimal versions of Openfisca-Core and Openfisca-France
# dependencies in order to ensure their compatibility during CI testing
with open('./setup.py') as file:
for line in file:
version = re.search(r'(Core|France)\s*>=\s*([\d\.]*)', line)
Expand Down

0 comments on commit c1d354e

Please sign in to comment.