@@ -7,7 +7,7 @@ name = "helm-values-manager"
77version = " 0.1.0rc1"
88description = " A Helm plugin to manage values and secrets across environments"
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111license = { text = " MIT" }
1212authors = [
1313 {
name =
" Ritwik G" ,
email =
" [email protected] " },
@@ -20,7 +20,6 @@ classifiers = [
2020 " Development Status :: 4 - Beta" ,
2121 " Intended Audience :: Developers" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.8" ,
2423 " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
@@ -35,12 +34,12 @@ dev = [
3534 " flake8>=7.0.0" ,
3635 " flake8-docstrings>=1.7.0" ,
3736 " tox>=4.12.1" ,
38- " pre-commit>=3.5 .0" ,
37+ " pre-commit>=4.0 .0" ,
3938]
4039
4140[tool .black ]
4241line-length = 120
43- target-version = [' py38 ' ]
42+ target-version = [' py39 ' ]
4443include = ' \.pyi?$'
4544
4645[tool .isort ]
@@ -69,11 +68,10 @@ extend-ignore = ["E203", "W503"]
6968[tool .tox ]
7069legacy_tox_ini = """
7170[tox]
72- envlist = py38, py39, py310, py311
71+ envlist = py39, py310, py311
7372
7473[gh-actions]
7574python =
76- 3.8: py38
7775 3.9: py39
7876 3.10: py310
7977 3.11: py311
0 commit comments