Skip to content

Commit

Permalink
Upgraded to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hpenne committed Aug 12, 2024
1 parent 9f0ef4a commit e2f23f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
keywords='Requirement Management, version control, git, text-based, AsciiDoc',
packages=find_packages(),
python_requires=">=3.7, <4",
python_requires=">=3.8, <4",
install_requires=["PyYAML", "openpyxl"],
entry_points={ # Optional
"console_scripts": [
Expand Down

0 comments on commit e2f23f9

Please sign in to comment.