File tree 2 files changed +25
-3
lines changed
2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ Version 3.0.0
5
+ -------------
6
+
7
+ 1 . Drop support for ` Python 3.7 ` and ` Python 3.8 `
8
+
9
+ 2 . Add official support for ` Python 3.12 ` , ` Python 3.13 `
10
+
11
+ 3 . Add official support for ` arm ` processors
12
+
13
+ 4 . Make many tests more robust for more combinations of processors / c++ standards
14
+
15
+ 5 . Update CI with newer ` castxml ` versions
16
+
17
+ 5 . Removed the ` __va_list ` declaration on ` arm ` from the declaration tree
18
+
19
+ 6 . Fix issues with spaces in c++ templates (containers traits)
20
+ I have seen different scenarios regarding spaces in templates.
21
+ On some platforms there might be spaces, on some others not.
22
+ This "might" be a breaking change if you used to compare declarations manually,
23
+ but from a pygccxml point of view all comparisons / search functions are still
24
+ working as before.
25
+ Anyway this is a 3.0.0 major version so at least you have been warned.
26
+
27
+
4
28
Version 2.6.1
5
29
-------------
6
30
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords = [
18
18
" CastXML" ,
19
19
" gccxml" ,
20
20
]
21
- version = " 2.7 .0"
21
+ version = " 3.0 .0"
22
22
23
23
classifiers = [
24
24
" Development Status :: 5 - Production/Stable" ,
@@ -27,8 +27,6 @@ classifiers = [
27
27
" Operating System :: MacOS :: MacOS X" ,
28
28
" Operating System :: Microsoft :: Windows" ,
29
29
" Operating System :: POSIX" ,
30
- " Programming Language :: Python :: 3.7" ,
31
- " Programming Language :: Python :: 3.8" ,
32
30
" Programming Language :: Python :: 3.9" ,
33
31
" Programming Language :: Python :: 3.10" ,
34
32
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments