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 815c639 commit 6c5e70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 All @@ -36,7 +36,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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ license_files = LICENSE
name = PH-units
description = Tools for working with common Passive House unit types
classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
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 6c5e70f

Please sign in to comment.