Files
IfcOpenShell/src
Andrej730 9e6179e671 downstream: rule_compiler: fix error running on Python 3.14
Example error:
```
    ast.Str(s=node.attr),
    ^^^^^^^
AttributeError: module 'ast' has no attribute 'Str'
```

`ast.Str` was deprecated since 3.8 and was removed in 3.14, see
https://docs.python.org/3/whatsnew/3.14.html#id9
2026-07-22 14:52:28 +05:00
..
2026-07-10 17:05:35 +02:00
2026-02-27 14:52:55 +05:00
2026-02-27 14:52:55 +05:00
2026-07-09 22:01:21 +02:00
2026-07-09 22:01:21 +02:00
2026-03-31 20:51:46 +02:00