Skip to content

Commit 35f161e

Browse files
committed
bump version, attempt to get unit tests running as GH action
1 parent 2731430 commit 35f161e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [windows-latest, ubuntu-latest, macos-latest]
17-
python-version: [3.7, 3.8, 3.9, "3.10"]
16+
os: [windows-latest, ubuntu-latest, macos-13]
17+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "roboticstoolbox-python"
44

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

7-
version = "1.1.0"
7+
version = "1.1.1"
88

99
authors = [
1010
{ name = "Jesse Haviland", email = "[email protected]" },
@@ -90,7 +90,7 @@ docs = [
9090
"sphinx_rtd_theme",
9191
"sphinx-autorun",
9292
"sphinx_autodoc_typehints",
93-
"sphinx-favicon"
93+
"sphinx-favicon",
9494
]
9595

9696

0 commit comments

Comments
 (0)