Skip to content

Commit

Permalink
bump version, attempt to get unit tests running as GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed May 11, 2024
1 parent 2731430 commit 35f161e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
os: [windows-latest, ubuntu-latest, macos-13]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "roboticstoolbox-python"

description = "A Python library for robotics education and research"

version = "1.1.0"
version = "1.1.1"

authors = [
{ name = "Jesse Haviland", email = "[email protected]" },
Expand Down Expand Up @@ -90,7 +90,7 @@ docs = [
"sphinx_rtd_theme",
"sphinx-autorun",
"sphinx_autodoc_typehints",
"sphinx-favicon"
"sphinx-favicon",
]


Expand Down

0 comments on commit 35f161e

Please sign in to comment.