Skip to content

Commit

Permalink
Drop support for EOL Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 3, 2023
1 parent ab63f1f commit 7c2f17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.6"
python-version: "3.7"
cache: pip
cache-dependency-path: '**/setup.cfg'
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install_requires =
requests
valohai-yaml>=0.22.0
valohai-papi>=0.1.1
python_requires = >=3.6
python_requires = >=3.7
include_package_data = True

[bdist_wheel]
Expand Down

0 comments on commit 7c2f17c

Please sign in to comment.