File tree Expand file tree Collapse file tree 4 files changed +472
-631
lines changed
src/sectionproperties_tools Expand file tree Collapse file tree 4 files changed +472
-631
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Python
2626 uses : actions/setup-python@v3
2727 with :
28- python-version : ' 3.x '
28+ python-version : ' 3.13 '
2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ readme = "README.md"
55authors = [
66 { name = " Connor Ferster" , email = " connorferster@gmail.com" }
77]
8- requires-python = " >=3.11 "
8+ requires-python = " >=3.12 "
99dependencies = [
1010 " pydantic_core>=2.41.1" ,
1111 " pydantic>=2.12.0" ,
Original file line number Diff line number Diff line change 22sectionproperties_tools
33"""
44
5- __version__ = "0.4.1 "
5+ __version__ = "0.4.2 "
66
77from .extraction import (extract_properties , envelope_stress_results )
88from .serialize import (
You can’t perform that action at this time.
0 commit comments