From 6dc56648e752e30b214676d91bcbb8e4029bc22f Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Mon, 16 Dec 2024 16:53:35 -0500 Subject: [PATCH] Update Python version in setup.py --- src/setup.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",