Skip to content

Commit 02f3f8c

Browse files
authored
fix(build): add python 3.12 tag to setup.py (#265)
Signed-off-by: Phil Adams <[email protected]>
1 parent 1e40d15 commit 02f3f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2019, 2023 IBM All Rights Reserved.
2+
# Copyright 2019, 2024 IBM All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -63,6 +63,7 @@
6363
'Programming Language :: Python :: 3.9',
6464
'Programming Language :: Python :: 3.10',
6565
'Programming Language :: Python :: 3.11',
66+
'Programming Language :: Python :: 3.12',
6667
'Development Status :: 4 - Beta',
6768
'Intended Audience :: Developers',
6869
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)