Skip to content

Bumped compat to julia 1.12#16

Merged
ufechner7 merged 3 commits intoufechner7:mainfrom
aefarrell:julia-1.12-compat
Dec 30, 2025
Merged

Bumped compat to julia 1.12#16
ufechner7 merged 3 commits intoufechner7:mainfrom
aefarrell:julia-1.12-compat

Conversation

@aefarrell
Copy link
Copy Markdown
Contributor

Project.toml restricts this to julia 1.4 - 1.11, I checked and all tests pass on julia 1.12

References to 'nightly' or just julia 1 will break as julia new julia versions are created, purely because the Project.toml and docs/Project.toml specify a particular range of julia versions.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Julia and Pkg compatibility range from 1.4-1.11 to 1.4-1.12 in the main Project.toml, enabling the package to work with Julia 1.12. The CI workflow has been updated to test against Julia 1.12 instead of nightly builds.

Key Changes:

  • Extended Julia and Pkg compatibility to version 1.12 in Project.toml
  • Replaced 'nightly' with '1.12' in the CI test matrix to ensure compatibility with version-restricted dependencies

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Project.toml Updated Julia and Pkg compatibility ranges from "1.4 - 1.11" to "1.4 - 1.12"
.github/workflows/CI.yml Changed test matrix to use Julia 1.12 instead of nightly, and pinned docs build to Julia 1.10

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/CI.yml Outdated
A more useful comment for future developers

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ufechner7 ufechner7 merged commit 65820d4 into ufechner7:main Dec 30, 2025
7 checks passed
@aefarrell aefarrell deleted the julia-1.12-compat branch December 30, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants