Commit babdf32
authored
Reverted libversion change but kept version function to use new str only return value (#2108)
* Build experiment with tag checks skipped to validate p314
* Dropped python 3.7 as tool chain no longer supports
* Fixed typo in build-wheels.sh
* More build fix attempts
* Fixed 3.13+ osx artifact push
* Added missing version for windows and arm linux
* Fixed misplaced sem ver call
* Add python install for windows
* Add SPECIFIC python install for windows
* Updated windows tools target CIBW
* Removed tag checks
* Removed tag checks
* Reverted libversion change but kept version function to use new str only return value
* Fixed test expansion1 parent 8c5976e commit babdf32
File tree
3 files changed
+7
-4
lines changed- src/confluent_kafka
- src
- tests
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2935 | 2935 | | |
2936 | 2936 | | |
2937 | 2937 | | |
2938 | | - | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
2939 | 2941 | | |
2940 | 2942 | | |
2941 | 2943 | | |
| |||
2954 | 2956 | | |
2955 | 2957 | | |
2956 | 2958 | | |
2957 | | - | |
| 2959 | + | |
2958 | 2960 | | |
2959 | 2961 | | |
2960 | 2962 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments