diff --git a/src/setup.py.in b/src/setup.py.in index 4ccc325a..10b87e1e 100644 --- a/src/setup.py.in +++ b/src/setup.py.in @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2021-2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -33,7 +33,7 @@ setup( packages=find_namespace_packages(), keywords="cray kubernetes boot orchestration", classifiers=[ - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: Other/Proprietary License", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration",