Skip to content

Commit

Permalink
fix(setup): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Apr 5, 2024
1 parent 0ffca41 commit c530761
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.10.14]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10.14

- name: set up node # we need node for for semantic release
uses: actions/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
honeybee-core>=1.55.16
honeybee-energy>=1.100.3
honeybee-ph>=1.18.1
PH-units>=1.2.0
PHX
honeybee-core>=1.57.36
honeybee-energy>=1.105.37
honeybee-ph>=1.24.1
PH-units>=1.5.6
PHX>=1.40.0
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ name = PH-Baseliner
description = Tools to automatically setup the code-minimum Baseline values for Passive House models.
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Expand Down

0 comments on commit c530761

Please sign in to comment.