pyobjc-framework-AppTrackingTransparency 12.0__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/AppTrackingTransparency/_metadata.py +3 -1
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_apptrackingtransparency-12.2/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_apptrackingtransparency-12.2/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/requires.txt +2 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/PKG-INFO +5 -6
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/metadata/AppTrackingTransparency.fwinfo +4 -2
- pyobjc_framework_apptrackingtransparency-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_apptrackingtransparency-12.2/metadata/raw/arm64-26.5.fwinfo +38 -8
- pyobjc_framework_apptrackingtransparency-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_apptrackingtransparency-12.2/metadata/raw/x86_64-26.5.fwinfo +38 -8
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/setup.py +1 -1
- pyobjc_framework_apptrackingtransparency-12.0/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_apptrackingtransparency-12.0/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/requires.txt +0 -2
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/AppTrackingTransparency/__init__.py +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/Lib/pyobjc_framework_AppTrackingTransparency.egg-info/top_level.txt +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/License.txt +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/PyObjCTest/test_apptrackingtransparency.py +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/PyObjCTest/test_attrackingmanager.py +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_apptrackingtransparency-12.0 → pyobjc_framework_apptrackingtransparency-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:41:59 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -60,6 +60,8 @@ try:
|
|
|
60
60
|
)
|
|
61
61
|
finally:
|
|
62
62
|
objc._updatingMetadata(False)
|
|
63
|
+
|
|
64
|
+
objc.registerNewKeywordsFromSelector("ATTrackingManager", b"init")
|
|
63
65
|
expressions = {}
|
|
64
66
|
|
|
65
67
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AppTrackingTransparency
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AppTrackingTransparency on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -17,5 +17,5 @@ PyObjCTest/test_apptrackingtransparency.py
|
|
|
17
17
|
PyObjCTest/test_attrackingmanager.py
|
|
18
18
|
metadata/AppTrackingTransparency.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-26.
|
|
21
|
-
metadata/raw/x86_64-26.
|
|
20
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AppTrackingTransparency
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AppTrackingTransparency on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
// for information on how to update this file.
|
|
3
3
|
{
|
|
4
4
|
"definitions": {
|
|
5
|
+
"classes": {},
|
|
5
6
|
"externs": {
|
|
6
|
-
"AppTrackingTransparencyVersionString": {
|
|
7
|
+
"AppTrackingTransparencyVersionString": {
|
|
8
|
+
"type_override": "*"
|
|
9
|
+
}
|
|
7
10
|
},
|
|
8
|
-
"classes": {},
|
|
9
11
|
"formal_protocols": {},
|
|
10
12
|
"functions": {},
|
|
11
13
|
"informal_protocols": {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:41:59 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -21,19 +21,25 @@
|
|
|
21
21
|
"type": "^v"
|
|
22
22
|
},
|
|
23
23
|
"1": {
|
|
24
|
-
"type": "Q"
|
|
24
|
+
"type": "Q",
|
|
25
|
+
"type_name": "ATTrackingManagerAuthorizationStatus"
|
|
25
26
|
}
|
|
26
27
|
},
|
|
27
28
|
"retval": {
|
|
28
29
|
"type": "v"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
32
|
+
"name": "completion",
|
|
33
|
+
"null_accepted": true,
|
|
34
|
+
"type_name": "void (^)(ATTrackingManagerAuthorizationStatus)",
|
|
31
35
|
"typestr": "@?",
|
|
32
36
|
"typestr_special": false
|
|
33
37
|
}
|
|
34
38
|
],
|
|
35
39
|
"class_method": true,
|
|
40
|
+
"introduced": "11.0",
|
|
36
41
|
"retval": {
|
|
42
|
+
"type_name": "void",
|
|
37
43
|
"typestr": "v",
|
|
38
44
|
"typestr_special": false
|
|
39
45
|
},
|
|
@@ -43,7 +49,10 @@
|
|
|
43
49
|
{
|
|
44
50
|
"args": [],
|
|
45
51
|
"class_method": true,
|
|
52
|
+
"introduced": "11.0",
|
|
46
53
|
"retval": {
|
|
54
|
+
"instancetype": true,
|
|
55
|
+
"type_name": "instancetype",
|
|
47
56
|
"typestr": "@",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,10 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "11.0",
|
|
56
66
|
"retval": {
|
|
67
|
+
"instancetype": true,
|
|
68
|
+
"type_name": "instancetype",
|
|
57
69
|
"typestr": "@",
|
|
58
70
|
"typestr_special": false
|
|
59
71
|
},
|
|
@@ -63,7 +75,9 @@
|
|
|
63
75
|
{
|
|
64
76
|
"args": [],
|
|
65
77
|
"class_method": true,
|
|
78
|
+
"introduced": "11.0",
|
|
66
79
|
"retval": {
|
|
80
|
+
"type_name": "ATTrackingManagerAuthorizationStatus",
|
|
67
81
|
"typestr": "Q",
|
|
68
82
|
"typestr_special": false
|
|
69
83
|
},
|
|
@@ -76,10 +90,12 @@
|
|
|
76
90
|
{
|
|
77
91
|
"attributes": [
|
|
78
92
|
"assign",
|
|
93
|
+
"class",
|
|
79
94
|
"nonatomic",
|
|
80
95
|
"readonly"
|
|
81
96
|
],
|
|
82
97
|
"name": "trackingAuthorizationStatus",
|
|
98
|
+
"type_name": "ATTrackingManagerAuthorizationStatus",
|
|
83
99
|
"typestr": "Q",
|
|
84
100
|
"typestr_special": false
|
|
85
101
|
}
|
|
@@ -89,10 +105,22 @@
|
|
|
89
105
|
}
|
|
90
106
|
},
|
|
91
107
|
"enum": {
|
|
92
|
-
"ATTrackingManagerAuthorizationStatusAuthorized":
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
108
|
+
"ATTrackingManagerAuthorizationStatusAuthorized": {
|
|
109
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
110
|
+
"value": 3
|
|
111
|
+
},
|
|
112
|
+
"ATTrackingManagerAuthorizationStatusDenied": {
|
|
113
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
114
|
+
"value": 2
|
|
115
|
+
},
|
|
116
|
+
"ATTrackingManagerAuthorizationStatusNotDetermined": {
|
|
117
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
118
|
+
"value": 0
|
|
119
|
+
},
|
|
120
|
+
"ATTrackingManagerAuthorizationStatusRestricted": {
|
|
121
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
122
|
+
"value": 1
|
|
123
|
+
}
|
|
96
124
|
},
|
|
97
125
|
"enum_type": {
|
|
98
126
|
"ATTrackingManagerAuthorizationStatus": {
|
|
@@ -102,9 +130,11 @@
|
|
|
102
130
|
"expressions": {},
|
|
103
131
|
"externs": {
|
|
104
132
|
"AppTrackingTransparencyVersionNumber": {
|
|
133
|
+
"type_name": "double",
|
|
105
134
|
"typestr": "d"
|
|
106
135
|
},
|
|
107
136
|
"AppTrackingTransparencyVersionString": {
|
|
137
|
+
"type_name": "const unsigned char[]",
|
|
108
138
|
"typestr": "^C"
|
|
109
139
|
}
|
|
110
140
|
},
|
|
@@ -122,6 +152,6 @@
|
|
|
122
152
|
"headers": [
|
|
123
153
|
"ATTrackingManager.h"
|
|
124
154
|
],
|
|
125
|
-
"release": "
|
|
126
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
155
|
+
"release": "26.5",
|
|
156
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
127
157
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sun May 24 11:41:57 2026
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -21,19 +21,25 @@
|
|
|
21
21
|
"type": "^v"
|
|
22
22
|
},
|
|
23
23
|
"1": {
|
|
24
|
-
"type": "Q"
|
|
24
|
+
"type": "Q",
|
|
25
|
+
"type_name": "ATTrackingManagerAuthorizationStatus"
|
|
25
26
|
}
|
|
26
27
|
},
|
|
27
28
|
"retval": {
|
|
28
29
|
"type": "v"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
32
|
+
"name": "completion",
|
|
33
|
+
"null_accepted": true,
|
|
34
|
+
"type_name": "void (^)(ATTrackingManagerAuthorizationStatus)",
|
|
31
35
|
"typestr": "@?",
|
|
32
36
|
"typestr_special": false
|
|
33
37
|
}
|
|
34
38
|
],
|
|
35
39
|
"class_method": true,
|
|
40
|
+
"introduced": "11.0",
|
|
36
41
|
"retval": {
|
|
42
|
+
"type_name": "void",
|
|
37
43
|
"typestr": "v",
|
|
38
44
|
"typestr_special": false
|
|
39
45
|
},
|
|
@@ -43,7 +49,10 @@
|
|
|
43
49
|
{
|
|
44
50
|
"args": [],
|
|
45
51
|
"class_method": true,
|
|
52
|
+
"introduced": "11.0",
|
|
46
53
|
"retval": {
|
|
54
|
+
"instancetype": true,
|
|
55
|
+
"type_name": "instancetype",
|
|
47
56
|
"typestr": "@",
|
|
48
57
|
"typestr_special": false
|
|
49
58
|
},
|
|
@@ -53,7 +62,10 @@
|
|
|
53
62
|
{
|
|
54
63
|
"args": [],
|
|
55
64
|
"class_method": false,
|
|
65
|
+
"introduced": "11.0",
|
|
56
66
|
"retval": {
|
|
67
|
+
"instancetype": true,
|
|
68
|
+
"type_name": "instancetype",
|
|
57
69
|
"typestr": "@",
|
|
58
70
|
"typestr_special": false
|
|
59
71
|
},
|
|
@@ -63,7 +75,9 @@
|
|
|
63
75
|
{
|
|
64
76
|
"args": [],
|
|
65
77
|
"class_method": true,
|
|
78
|
+
"introduced": "11.0",
|
|
66
79
|
"retval": {
|
|
80
|
+
"type_name": "ATTrackingManagerAuthorizationStatus",
|
|
67
81
|
"typestr": "Q",
|
|
68
82
|
"typestr_special": false
|
|
69
83
|
},
|
|
@@ -76,10 +90,12 @@
|
|
|
76
90
|
{
|
|
77
91
|
"attributes": [
|
|
78
92
|
"assign",
|
|
93
|
+
"class",
|
|
79
94
|
"nonatomic",
|
|
80
95
|
"readonly"
|
|
81
96
|
],
|
|
82
97
|
"name": "trackingAuthorizationStatus",
|
|
98
|
+
"type_name": "ATTrackingManagerAuthorizationStatus",
|
|
83
99
|
"typestr": "Q",
|
|
84
100
|
"typestr_special": false
|
|
85
101
|
}
|
|
@@ -89,10 +105,22 @@
|
|
|
89
105
|
}
|
|
90
106
|
},
|
|
91
107
|
"enum": {
|
|
92
|
-
"ATTrackingManagerAuthorizationStatusAuthorized":
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
108
|
+
"ATTrackingManagerAuthorizationStatusAuthorized": {
|
|
109
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
110
|
+
"value": 3
|
|
111
|
+
},
|
|
112
|
+
"ATTrackingManagerAuthorizationStatusDenied": {
|
|
113
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
114
|
+
"value": 2
|
|
115
|
+
},
|
|
116
|
+
"ATTrackingManagerAuthorizationStatusNotDetermined": {
|
|
117
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
118
|
+
"value": 0
|
|
119
|
+
},
|
|
120
|
+
"ATTrackingManagerAuthorizationStatusRestricted": {
|
|
121
|
+
"enum": "ATTrackingManagerAuthorizationStatus",
|
|
122
|
+
"value": 1
|
|
123
|
+
}
|
|
96
124
|
},
|
|
97
125
|
"enum_type": {
|
|
98
126
|
"ATTrackingManagerAuthorizationStatus": {
|
|
@@ -102,9 +130,11 @@
|
|
|
102
130
|
"expressions": {},
|
|
103
131
|
"externs": {
|
|
104
132
|
"AppTrackingTransparencyVersionNumber": {
|
|
133
|
+
"type_name": "double",
|
|
105
134
|
"typestr": "d"
|
|
106
135
|
},
|
|
107
136
|
"AppTrackingTransparencyVersionString": {
|
|
137
|
+
"type_name": "const unsigned char[]",
|
|
108
138
|
"typestr": "^C"
|
|
109
139
|
}
|
|
110
140
|
},
|
|
@@ -122,6 +152,6 @@
|
|
|
122
152
|
"headers": [
|
|
123
153
|
"ATTrackingManager.h"
|
|
124
154
|
],
|
|
125
|
-
"release": "
|
|
126
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
155
|
+
"release": "26.5",
|
|
156
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk"
|
|
127
157
|
}
|
|
@@ -87,10 +87,10 @@ class oc_egg_info(egg_info.egg_info):
|
|
|
87
87
|
|
|
88
88
|
def write_build_info(self):
|
|
89
89
|
macos_version = subprocess.check_output(
|
|
90
|
-
["sw_vers", "-
|
|
90
|
+
["sw_vers", "-productVersion"], text=True
|
|
91
91
|
).strip()
|
|
92
92
|
macos_build = subprocess.check_output(
|
|
93
|
-
["sw_vers", "-
|
|
93
|
+
["sw_vers", "-buildVersion"], text=True
|
|
94
94
|
).strip()
|
|
95
95
|
clang_version = (
|
|
96
96
|
subprocess.check_output(["clang", "--version"], text=True)
|
|
@@ -228,7 +228,6 @@ Operating System :: MacOS :: MacOS X
|
|
|
228
228
|
Programming Language :: Python
|
|
229
229
|
Programming Language :: Python :: 3
|
|
230
230
|
Programming Language :: Python :: 3 :: Only
|
|
231
|
-
Programming Language :: Python :: 3.9
|
|
232
231
|
Programming Language :: Python :: 3.10
|
|
233
232
|
Programming Language :: Python :: 3.11
|
|
234
233
|
Programming Language :: Python :: 3.12
|
|
@@ -236,7 +235,7 @@ Programming Language :: Python :: 3.13
|
|
|
236
235
|
Programming Language :: Python :: 3.14
|
|
237
236
|
Programming Language :: Python :: 3.15
|
|
238
237
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
-
Programming Language :: Python :: Free Threading ::
|
|
238
|
+
Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
240
239
|
Programming Language :: Objective C
|
|
241
240
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
242
241
|
Topic :: Software Development :: User Interfaces
|
|
@@ -678,7 +677,7 @@ def setup(
|
|
|
678
677
|
zip_safe=False,
|
|
679
678
|
license="MIT",
|
|
680
679
|
classifiers=CLASSIFIERS,
|
|
681
|
-
python_requires=">=3.
|
|
680
|
+
python_requires=">=3.10",
|
|
682
681
|
keywords=["PyObjC"] + [p for p in k["packages"] if p not in ("PyObjCTools",)],
|
|
683
682
|
options=options,
|
|
684
683
|
**k,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|