File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : ["3.10 ", "3.x "]
12+ python-version : ["3.9 ", "3.10 "]
1313
1414 steps :
1515 - name : Check out repository
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2022-2025 , rd2
3+ Copyright (c) 2022-2026 , rd2
44
55Redistribution and use in source and binary forms, with or without
66modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 11# pyOSut
2- Python implementation of the _ OSut_ Ruby gem for the OpenStudio SDK.
2+ Python implementation of the _ OSut_ Ruby gem for the OpenStudio SDK.
33
44- PyPi [ package] ( https://pypi.org/project/osut/ )
55- Ruby [ gem] ( https://rubygems.org/gems/osut )
@@ -25,6 +25,6 @@ To import the _OSut_ module in a Python project:
2525
2626____
2727
28- To run the _ OSut_ unit tests on a ` git clone ` of the repo:
28+ To run the _ OSut_ unit tests on a ` git clone ` of the repo:
2929
3030` python -m unittest `
Original file line number Diff line number Diff line change 11[project ]
22name = " osut"
3- version = " 0.7.0 "
3+ version = " 0.8.1 "
44description = " OpenStudio SDK utilities for Python"
55readme = " README.md"
66requires-python = " >=3.2"
You can’t perform that action at this time.
0 commit comments