Skip to content

Commit

Permalink
Merge branch 'arosen93-patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Aug 21, 2023
2 parents eec8d77 + 645d13c commit 5e0c26e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,5 +364,28 @@
"schedule",
"workflow_dispatch"
]
},
{
"name": "MacOS 12 / Python 3.11 / Dask",
"os": "macos-12",
"python-version": "3.11",
"backend": "dask",
"experimental": false,
"trigger": [
"schedule",
"workflow_dispatch"
]
},
{
"name": "MacOS 12 / Python 3.11 / Local",
"os": "macos-12",
"python-version": "3.11",
"backend": "local",
"experimental": false,
"trigger": [
"schedule",
"workflow_dispatch",
"pull_request"
]
}
]
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Operations

- Respecting node version as specified in `.nvmrc` file for tests workflow

- Added Python 3.11 to test suite
- Respecting node version as specified in `.nvmrc` file for testworkflow
- Bumped versions in pre-commit config
- Added prettier for markdown files.
- Reduce the number of pinned version numbers in the `setup.py`, `requirements.txt`, and `requirements-client.txt`
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def find_sources(self):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Adaptive Technologies",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator",
Expand Down

0 comments on commit 5e0c26e

Please sign in to comment.