Skip to content

Commit

Permalink
Require at least Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Dec 16, 2020
1 parent 784654e commit 4b9cda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8']
python-version: ['3.6', '3.7', '3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
zip_safe=True,
install_requires=["click", "polib", "openpyxl"],
entry_points={"console_scripts": ["po2xls=po2xls:main", "xls2po=xls2po:main"]},
python_requires=">=3.2",
python_requires=">=3.6",
)

0 comments on commit 4b9cda1

Please sign in to comment.