Skip to content

Commit

Permalink
Make py-3.8 minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Sep 28, 2023
1 parent 12bf95e commit 566e321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']
steps:
- run: |
pip install -U haupt
Expand Down
2 changes: 1 addition & 1 deletion haupt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run_tests(self):
install_requires=[requirements],
extras_require=extra,
entry_points={"console_scripts": ["haupt = haupt.main:cli"]},
python_requires=">=3.7",
python_requires=">=3.8",
classifiers=[
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
Expand Down

0 comments on commit 566e321

Please sign in to comment.