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 a300391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autofix_prs: false
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/ikamensh/flynt/
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 a300391

Please sign in to comment.