Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Jan 17, 2024
1 parent 9ae97ac commit ff226d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 104 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ body:
attributes:
label: Version (kapitan)
description: |
Which version of python are you using? Kapitan officially supports only version 3.8 and 3.9.
Which version of python are you using? Kapitan officially supports only version 3.10 and 3.11
If you are using an older version of python, please check if the bug still exists with a newer (supported) version.
options:
- '3.8'
- '3.9'
- 3.10 (future)
- "3.11"
- "3.10"
- I use kapitan directly (pip, docker)
multiple: true
validations:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN pip install --editable .[test] \


# Final image with virtualenv built in previous step
FROM python:3.8-slim
FROM python:3.11-slim

ENV PATH="/opt/venv/bin:${PATH}"
ENV HELM_CACHE_HOME=".cache/helm"
Expand Down
106 changes: 10 additions & 96 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
license = "Apache-2.0"
version = "0.32.0"
Expand All @@ -37,7 +37,7 @@ kapitan = 'kapitan.cli:main'
source = "git-tag"

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

0 comments on commit ff226d7

Please sign in to comment.