Skip to content

Commit

Permalink
Adds Python 3.12 to the test set
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Jan 19, 2024
1 parent ef31ba9 commit 15df546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- name: Checkout kapitan recursively
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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",
"Programming Language :: Python :: 3.12",
]
license = "Apache-2.0"
version = "0.32.0"
Expand Down Expand Up @@ -71,11 +71,10 @@ test = ["docker"]

[tool.black]
line-length = 110
target-version = ['py38']
target-version = ['py310']
exclude = '''
(
/(
.*reclass.*
| .*version.py
)
)
Expand Down

0 comments on commit 15df546

Please sign in to comment.