diff --git a/.gitignore b/.gitignore index 4af7bfa..d1d512c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/ *.egg-info/ **/__pycache__/ +.python-version build/ dist/ @@ -8,4 +9,4 @@ docs/ .coverage coverage.xml -htmlcov/ \ No newline at end of file +htmlcov/ diff --git a/.python-version b/.python-version index a5c4c76..30291cb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.0 +3.10.0 diff --git a/setup.cfg b/setup.cfg index cefa552..2586c30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = powerline-k8s description = A custom Powerline segment for displaying the current Kubernetes context and namespace -version = 1.1.0 +version = 1.2.0 author = Jordan Duabe author_email = me@jduabe.dev long_description = file: README.md @@ -19,6 +19,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 License :: OSI Approved :: MIT License Operating System :: OS Independent Environment :: Console @@ -32,7 +33,7 @@ package_dir = packages = find: python_requires = >=3.7 install_requires = - kubernetes>=18.20.0 + kubernetes>=19.15.0 powerline-status>=2.7 [options.extras_require]