diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e70c34b..e4eaeeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bc4978..677edd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/ diff --git a/setup.cfg b/setup.cfg index 63a8759..42d1f11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]