diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index ed5ad725f..b39b2d802 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.10', '3.11'] steps: - name: Checkout kapitan recursively diff --git a/pyproject.toml b/pyproject.toml index 877a15a7b..99dfc6f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] @@ -38,7 +37,7 @@ kapitan = 'kapitan.cli:main' source = "git-tag" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" addict = "^2.4.0" azure-keyvault-keys = "^4.7.0" boto3 = "^1.18.17" @@ -71,7 +70,7 @@ test = ["docker"] [tool.black] line-length = 110 -target-version = ['py38'] +target-version = ['py310'] exclude = ''' ( /(