Skip to content

Commit 3622c92

Browse files
Merge pull request #28945 from hawkinsp:trove
PiperOrigin-RevId: 762016836
2 parents 0e77a16 + 0dc70b9 commit 3622c92

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

jax_plugins/cuda/plugin_setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ def has_ext_modules(self):
7878
url="https://github.com/jax-ml/jax",
7979
license="Apache-2.0",
8080
classifiers=[
81-
"Development Status :: 3 - Alpha",
81+
"Development Status :: 5 - Production/Stable",
8282
"Programming Language :: Python :: 3.10",
8383
"Programming Language :: Python :: 3.11",
8484
"Programming Language :: Python :: 3.12",
85+
"Programming Language :: Python :: 3.13",
86+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
8587
],
8688
package_data={
8789
package_name: [

jax_plugins/cuda/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ def load_version_module(pkg_path):
5151
url="https://github.com/jax-ml/jax",
5252
license="Apache-2.0",
5353
classifiers=[
54-
"Development Status :: 3 - Alpha",
54+
"Development Status :: 5 - Production/Stable",
5555
"Programming Language :: Python :: 3",
56+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
5657
],
5758
package_data={
5859
package_name: ["xla_cuda_plugin.so"],

jaxlib/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ def has_ext_modules(self):
6868
url='https://github.com/jax-ml/jax',
6969
license='Apache-2.0',
7070
classifiers=[
71+
"Development Status :: 5 - Production/Stable",
7172
"Programming Language :: Python :: 3.10",
7273
"Programming Language :: Python :: 3.11",
7374
"Programming Language :: Python :: 3.12",
7475
"Programming Language :: Python :: 3.13",
76+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
7577
],
7678
package_data={
7779
'jaxlib': [

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ def load_version_module(pkg_path):
118118
url='https://github.com/jax-ml/jax',
119119
license='Apache-2.0',
120120
classifiers=[
121+
"Development Status :: 5 - Production/Stable",
121122
"Programming Language :: Python :: 3.10",
122123
"Programming Language :: Python :: 3.11",
123124
"Programming Language :: Python :: 3.12",
124125
"Programming Language :: Python :: 3.13",
126+
"Programming Language :: Python :: Free Threading :: 3 - Stable",
125127
],
126128
zip_safe=False,
127129
)

0 commit comments

Comments
 (0)