-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(dev-deps): Update CI and dev deps to run on Python 3.12
- Loading branch information
1 parent
8dbf0ba
commit 8e6e365
Showing
9 changed files
with
82 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
name: Unit tests | ||
strategy: | ||
matrix: | ||
python-version: ['3.7', '3.10'] | ||
python-version: ['3.10', '3.12'] | ||
os: [macos-latest, ubuntu-latest, windows-latest] | ||
|
||
runs-on: ${{ matrix.os }} | ||
|
@@ -42,7 +42,7 @@ jobs: | |
- name: set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: '3.12' | ||
- name: set up node # we need node for for semantic release | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -89,7 +89,7 @@ jobs: | |
- name: set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: '3.12' | ||
- name: install dependencies | ||
run: | | ||
pip install -U . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ tox.ini | |
/.vscode | ||
.eggs | ||
*.code-workspace | ||
*.code-workspace | ||
honeybee.log* | ||
tmp/ | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
coverage==5.5 | ||
coveralls==1.7.0;python_version<'3.0' | ||
coveralls==2.2.0;python_version>='3.6' | ||
pytest==4.6.9;python_version<'3.0' | ||
pytest==6.2.4;python_version>='3.6' | ||
pytest-cov==2.12.0 | ||
Sphinx==1.8.5;python_version<'3.0' | ||
Sphinx==3.3.1;python_version>='3.6' | ||
docutils==0.17;python_version>='3.6' | ||
pytest==8.3.2;python_version>='3.6' | ||
Sphinx==8.0.2;python_version>='3.6' | ||
sphinx-bootstrap-theme==0.8.1 | ||
sphinxcontrib-fulltoc==1.2.0 | ||
sphinxcontrib-websupport==2.0.0;python_version>='3.6' | ||
sphinx-click==6.0.0;python_version>='3.6' | ||
twine==5.1.1;python_version>='3.6' | ||
wheel==0.44.0;python_version>='3.6' | ||
setuptools==75.1.0;python_version>='3.6' | ||
importlib-metadata==8.5.0;python_version>='3.6' | ||
pytest==4.6.9;python_version<'3.0' | ||
Sphinx==1.8.5;python_version<'3.0' | ||
sphinxcontrib-websupport==1.1.2;python_version<'3.0' | ||
sphinxcontrib-websupport==1.2.4;python_version>='3.6' | ||
sphinx-click==4.4.0 | ||
sphinx-click==4.4.0;python_version<'3.0' | ||
twine==1.13.0;python_version<'3.0' | ||
twine==3.4.1;python_version>='3.6' | ||
wheel==0.38.1 | ||
wheel==0.38.1;python_version<'3.0' | ||
setuptools==44.1.0;python_version<'3.0' | ||
setuptools==65.5.1;python_version>='3.6' | ||
importlib-metadata==2.0.0;python_version<'3.0' | ||
importlib-metadata==4.8.0;python_version>='3.6' | ||
jinja2==3.0.3;python_version>='3.6' | ||
markupsafe==2.0.1;python_version>='3.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters