Skip to content

Commit

Permalink
Try using numpy 2
Browse files Browse the repository at this point in the history
Start running on python 3.13
  • Loading branch information
WillB97 committed Dec 6, 2024
1 parent 8038a3a commit c3fcd35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
py_version: ["3.9", "3.10", "3.11", "3.12"]
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: windows-latest
py_version: "3.9"
- os: windows-latest
py_version: "3.12"
py_version: "3.13"
- os: macos-latest
py_version: "3.9"
- os: macos-latest
py_version: "3.12"
py_version: "3.13"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dynamic = ["version"]
requires-python = ">=3.8"
dependencies = [
"pyapriltags >=3.3.0.2,<4",
"numpy >= 1.21,<2",
"numpy >= 2,<3",
"pyquaternion >=0.9.9,<1",
"winrt-Windows.Devices.Enumeration >=2.3.0,<3; platform_system=='Windows'",
]
Expand Down

0 comments on commit c3fcd35

Please sign in to comment.