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 e2f23f9 commit 0de898d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
PYTHONPATH: .
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
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.8, <4",
python_requires=">=3.7, <4",
install_requires=["PyYAML", "openpyxl"],
entry_points={ # Optional
"console_scripts": [
Expand Down

0 comments on commit 0de898d

Please sign in to comment.