Skip to content

Commit 7ea6d28

Browse files
committed
f
1 parent 5d7c80b commit 7ea6d28

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

python/setup.py.i

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ setup(
3535
"Programming Language :: Python :: 3.8",
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
38+
"Programming Language :: Python :: 3.11",
39+
"Programming Language :: Python :: 3.12",
40+
"Programming Language :: Python :: 3.13",
3841
"License :: OSI Approved :: BSD License",
3942
"Operating System :: OS Independent",
43+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4044
],
4145
license="BSD-3",
4246
python_requires=">=3.5",

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,12 @@ def find_all_files(directories, additional_files, exclude):
227227
"Programming Language :: Python :: 3.8",
228228
"Programming Language :: Python :: 3.9",
229229
"Programming Language :: Python :: 3.10",
230+
"Programming Language :: Python :: 3.11",
231+
"Programming Language :: Python :: 3.12",
232+
"Programming Language :: Python :: 3.13",
230233
"License :: OSI Approved :: BSD License",
231234
"Operating System :: OS Independent",
235+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
232236
],
233237
license="BSD-3",
234238
python_requires=">=3.5",

0 commit comments

Comments
 (0)