File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,12 @@ def has_ext_modules(self):
78
78
url = "https://github.com/jax-ml/jax" ,
79
79
license = "Apache-2.0" ,
80
80
classifiers = [
81
- "Development Status :: 3 - Alpha " ,
81
+ "Development Status :: 5 - Production/Stable " ,
82
82
"Programming Language :: Python :: 3.10" ,
83
83
"Programming Language :: Python :: 3.11" ,
84
84
"Programming Language :: Python :: 3.12" ,
85
+ "Programming Language :: Python :: 3.13" ,
86
+ "Programming Language :: Python :: Free Threading :: 3 - Stable" ,
85
87
],
86
88
package_data = {
87
89
package_name : [
Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ def load_version_module(pkg_path):
51
51
url = "https://github.com/jax-ml/jax" ,
52
52
license = "Apache-2.0" ,
53
53
classifiers = [
54
- "Development Status :: 3 - Alpha " ,
54
+ "Development Status :: 5 - Production/Stable " ,
55
55
"Programming Language :: Python :: 3" ,
56
+ "Programming Language :: Python :: Free Threading :: 3 - Stable" ,
56
57
],
57
58
package_data = {
58
59
package_name : ["xla_cuda_plugin.so" ],
Original file line number Diff line number Diff line change @@ -68,10 +68,12 @@ def has_ext_modules(self):
68
68
url = 'https://github.com/jax-ml/jax' ,
69
69
license = 'Apache-2.0' ,
70
70
classifiers = [
71
+ "Development Status :: 5 - Production/Stable" ,
71
72
"Programming Language :: Python :: 3.10" ,
72
73
"Programming Language :: Python :: 3.11" ,
73
74
"Programming Language :: Python :: 3.12" ,
74
75
"Programming Language :: Python :: 3.13" ,
76
+ "Programming Language :: Python :: Free Threading :: 3 - Stable" ,
75
77
],
76
78
package_data = {
77
79
'jaxlib' : [
Original file line number Diff line number Diff line change @@ -118,10 +118,12 @@ def load_version_module(pkg_path):
118
118
url = 'https://github.com/jax-ml/jax' ,
119
119
license = 'Apache-2.0' ,
120
120
classifiers = [
121
+ "Development Status :: 5 - Production/Stable" ,
121
122
"Programming Language :: Python :: 3.10" ,
122
123
"Programming Language :: Python :: 3.11" ,
123
124
"Programming Language :: Python :: 3.12" ,
124
125
"Programming Language :: Python :: 3.13" ,
126
+ "Programming Language :: Python :: Free Threading :: 3 - Stable" ,
125
127
],
126
128
zip_safe = False ,
127
129
)
You can’t perform that action at this time.
0 commit comments