Skip to content

Commit

Permalink
reintroduce 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Jan 17, 2024
1 parent 313a85f commit 2248daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout kapitan recursively
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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",
]
Expand All @@ -37,7 +38,7 @@ kapitan = 'kapitan.cli:main'
source = "git-tag"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
addict = "^2.4.0"
azure-keyvault-keys = "^4.7.0"
boto3 = "^1.18.17"
Expand Down

0 comments on commit 2248daf

Please sign in to comment.