Skip to content

Commit

Permalink
Bump min Julia to v1.6, update ci to test on julia v1.6 & v1.10 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie authored May 23, 2024
1 parent 0ffdb14 commit bd171f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.7'
- '1.6'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "AprilTags"
uuid = "f0fec3d5-a81e-5a6a-8c28-d2b34f3659de"
keywords = ["AprilTags", "fiducials", "markers", "camera", "calibration"]
desc = "Visual fiducial marking system"
version = "0.9.1"
version = "0.10.0"

[deps]
AprilTags_jll = "49f4e9a8-0306-5d58-91df-e9c3c0e42747"
Expand All @@ -24,7 +24,7 @@ DocStringExtensions = "0.8, 0.9"
FixedPointNumbers = "0.7, 0.8"
ImageDraw = "0.1, 0.2"
Requires = "1.0"
julia = "1.3"
julia = "1.6"

[extras]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down

0 comments on commit bd171f3

Please sign in to comment.