Skip to content

Commit

Permalink
Update Python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Dec 16, 2024
1 parent 871c8b2 commit 6dc5664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py.in
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6dc5664

Please sign in to comment.