File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2121 working-directory : ./nrtest-swmm
2222 steps :
2323 - name : Checkout repo
24- uses : actions/checkout@v3
25- with :
26- submodules : true
24+ uses : actions/checkout@v5
2725 - name : Install Python
2826 uses : actions/setup-python@v5
2927 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " swmm-toolkit"
7- version = " 0.15.5 "
7+ version = " 0.16.0 "
88description = " PySWMM SWMM Python Toolkit"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = " CC0-1.0 AND (MIT OR Apache-2.0)"
@@ -26,7 +26,7 @@ classifiers = [
2626 " Development Status :: 5 - Production/Stable" ,
2727]
2828requires-python = " >=3.9"
29- dependencies = [" aenum= =3.1.11" ]
29+ dependencies = [" aenum> =3.1.11" ]
3030urls = { Homepage = " https://github.com/pyswmm/swmm-python" }
3131
3232[[tool .scikit-build .overrides ]]
Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ if(WIN32)
1919 set (SOABI "" )
2020 set (LIB_EXT "pyd" )
2121else ()
22- message (STATUS "Python3_SOABI in block" )
2322 set (SOABI ".abi3" )
2423 set (LIB_EXT "so" )
2524endif ()
2625
27- # turn if stable ABI if NO_STABLE_ABI is 1 or true
26+ # turn off stable ABI if NO_STABLE_ABI is 1 or true
2827set (PY_LIMITED_API_DEF "Py_LIMITED_API=0x03090000" )
2928string (TOLOWER "$ENV{NO_STABLE_ABI} " _abi_val)
3029if (_abi_val STREQUAL "1" OR _abi_val STREQUAL "true" )
Original file line number Diff line number Diff line change 2222__date__ = "September 4, 2025"
2323
2424__maintainer__ = "Michael Tryby"
25- __email__ = "tryby. michael@epa.gov "
25+ __email__ = "michael[email protected] " 2626__status__ = "Production/Stable"
You can’t perform that action at this time.
0 commit comments